#F38421

Color #F38421 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F38421

Tints of Carrot Orange #F38421

Color information

#F38421 (or 0xF38421) is unknown color: approx Carrot Orange. HEX triplet: F3, 84 and 21. RGB value is (243,132,33). Sum of RGB (Red+Green+Blue) = 243+132+33=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F38421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38421 is #0C7BDE. Grayscale: #9A9A9A. Windows color (decimal): -818143 or 2196723. OLE color: 2196723.

HSL color Cylindrical-coordinate representation of color #F38421: hue angle of 28.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F38421 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB24313233-
CMYK00.460.860.05
HSL28.29º89.74%54.12%-
HSV(B)28.29º86.42%95.29%-
XYZ45.4935.675.93-
YUV153.959.77191.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 59.56%
GREEN value IS 132 (51.95% from 255) = 32.35%
BLUE value IS 33 (13.28% from 255) = 8.09%
R=59.56%
G=32.35%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431323300.460.860.0528.2989.7454.12
HexF3842102E5651c5a36
Octal3632044105612653413266
Binary111100111000010010000101011101010110101111001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38421; }

 p { color: rgb(243,132,33); }

 H1.HeaderClassName
 {
   color: #F38421;
 }
 .AnyTagClassName
 {
   color: #F38421;
 }
</style>
background-color css

<style>
 a { background-color: #F38421; }

 a { background-color: rgb(243,132,33); }

 div.DivClassName
 {
   background-color: #F38421;
 }
 .BgClassName
 {
   background-color: #F38421;
 }
</style>
border-color css

<style>
 span { border-color: #F38421; }

 span { border-color: rgb(243,132,33); }

 td.TdClassName
 {
   border-color: #F38421;
 }
 .TagClassName
 {
   border-color: #F38421;
 }
</style>