#F38A12

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

Shades of Carrot Orange #F38A12

Tints of Carrot Orange #F38A12

Color information

#F38A12 (or 0xF38A12) is unknown color: approx Carrot Orange. HEX triplet: F3, 8A and 12. RGB value is (243,138,18). Sum of RGB (Red+Green+Blue) = 243+138+18=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38A12 is #0C75ED. Grayscale: #9C9C9C. Windows color (decimal): -816622 or 1215219. OLE color: 1215219.

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

Color convert

RGB24313818-
CMYK00.430.930.05
HSL32º90.36%51.18%-
HSV(B)32º92.59%95.29%-
XYZ46.1637.285.33-
YUV155.7250.29190.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60.90%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 18 (7.42% from 255) = 4.51%
R=60.90%
G=34.59%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431381800.430.930.053290.3651.18
HexF38A1202B5D5205a33
Octal3632122205313554013263
Binary111100111000101010010010101110111011011000001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38A12; }

 p { color: rgb(243,138,18); }

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

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

 a { background-color: rgb(243,138,18); }

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

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

 span { border-color: rgb(243,138,18); }

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