Html Css Color HEX #F0A01C Carrot Orange

📋 copy color: '#F0A01C'

red 240 ◦ green 160 ◦ blue 28

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

Shades of Carrot Orange #F0A01C

Tints of Carrot Orange #F0A01C

RGB

 RED value IS 240 (94.14% from 255) = 56.07%

 GREEN value IS 160 (62.89% from 255) = 37.38%

 BLUE value IS 28 (11.33% from 255) = 6.54%

R = 56.07%
G = 37.38%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0A01C (or 0xF0A01C) is known color: Carrot Orange. HEX triplet: F0, A0 and 1C. RGB value is (240,160,28). Sum of RGB (Red+Green+Blue) = 240+160+28=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A01C is #0F5FE3. Grayscale: #A9A9A9. Windows color (decimal): -1007588 or 1876208. OLE color: 1876208.

HSL color Cylindrical-coordinate representation of color #F0A01C: hue angle of 37.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0A01C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 28 -
CMYK 0 0.33 0.88 0.06
HSL 37.36º 0.88% 0.53% -
HSV(B) 37.36º 0.88% 0.94% -
XYZ 48.72 43.75 6.98 -
YUV 168.87 48.5 178.73 -
System Red Green Blue C M Y K H S L
Decimal 240 160 28 0 0.33 0.88 0.06 37.36 0.88 0.53
Hex F0 A0 1C 0 21 58 6 25 58 35
Octal 360 240 34 0 41 130 6 45 130 65
Binary 11110000 10100000 11100 0 100001 1011000 110 100101 1011000 110101

Color Harmonies of #F0A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A01C

Black with #F0A01C

Text Example


Text Example

White with #F0A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A01C; }

 p { color: rgb(240,160,28); }

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

background-color css

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

 a { background-color: rgb(240,160,28); }

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

border-color css

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

 span { border-color: rgb(240,160,28); }

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