Html Css Color HEX #F59212 Carrot Orange

📋 copy color: '#F59212'

red 245 ◦ green 146 ◦ blue 18

#F59212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F59212

Tints of Carrot Orange #F59212

RGB

 RED value IS 245 (96.09% from 255) = 59.9%

 GREEN value IS 146 (57.42% from 255) = 35.7%

 BLUE value IS 18 (7.42% from 255) = 4.4%

R = 59.9%
G = 35.7%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F59212 (or 0xF59212) is known color: Carrot Orange. HEX triplet: F5, 92 and 12. RGB value is (245,146,18). Sum of RGB (Red+Green+Blue) = 245+146+18=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F59212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59212 is #0A6DED. Grayscale: #A1A1A1. Windows color (decimal): -683502 or 1217269. OLE color: 1217269.

HSL color Cylindrical-coordinate representation of color #F59212: hue angle of 33.83º 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 #F59212 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 146 18 -
CMYK 0 0.40 0.93 0.04
HSL 33.83º 0.92% 0.52% -
HSV(B) 33.83º 0.93% 0.96% -
XYZ 48.04 40.01 5.76 -
YUV 161.01 47.3 187.91 -
System Red Green Blue C M Y K H S L
Decimal 245 146 18 0 0.40 0.93 0.04 33.83 0.92 0.52
Hex F5 92 12 0 28 5D 4 22 5C 34
Octal 365 222 22 0 50 135 4 42 134 64
Binary 11110101 10010010 10010 0 101000 1011101 100 100010 1011100 110100

Color Harmonies of #F59212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59212

Black with #F59212

Text Example


Text Example

White with #F59212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59212; }

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

 H1.HeaderClassName
 {
   color: #F59212;
 }
 .AnyTagClassName
 {
   color: #F59212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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