#F58C12

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

Shades of Carrot Orange #F58C12

Tints of Carrot Orange #F58C12

Color information

#F58C12 (or 0xF58C12) is unknown color: approx Carrot Orange. HEX triplet: F5, 8C and 12. RGB value is (245,140,18). Sum of RGB (Red+Green+Blue) = 245+140+18=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58C12 is #0A73ED. Grayscale: #9E9E9E. Windows color (decimal): -685038 or 1215733. OLE color: 1215733.

HSL color Cylindrical-coordinate representation of color #F58C12: hue angle of 32.25º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F58C12 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB24514018-
CMYK00.430.930.04
HSL32.25º91.9%51.57%-
HSV(B)32.25º92.65%96.08%-
XYZ47.1438.215.46-
YUV157.4949.29190.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.79%
GREEN value IS 140 (55.08% from 255) = 34.74%
BLUE value IS 18 (7.42% from 255) = 4.47%
R=60.79%
G=34.74%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451401800.430.930.0432.2591.951.57
HexF58C1202B5D4205c34
Octal3652142205313544013464
Binary111101011000110010010010101110111011001000001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58C12; }

 p { color: rgb(245,140,18); }

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

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

 a { background-color: rgb(245,140,18); }

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

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

 span { border-color: rgb(245,140,18); }

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