Html Css Color HEX #F2A020 Carrot Orange

📋 copy color: '#F2A020'

red 242 ◦ green 160 ◦ blue 32

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

Shades of Carrot Orange #F2A020

Tints of Carrot Orange #F2A020

RGB

 RED value IS 242 (94.92% from 255) = 55.76%

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

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 55.76%
G = 36.87%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2A020 (or 0xF2A020) is known color: Carrot Orange. HEX triplet: F2, A0 and 20. RGB value is (242,160,32). Sum of RGB (Red+Green+Blue) = 242+160+32=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A020 is #0D5FDF. Grayscale: #AAAAAA. Windows color (decimal): -876512 or 2138354. OLE color: 2138354.

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

Color convert

RGB 242 160 32 -
CMYK 0 0.34 0.87 0.05
HSL 36.57º 0.89% 0.54% -
HSV(B) 36.57º 0.87% 0.95% -
XYZ 49.45 44.12 7.28 -
YUV 169.93 50.17 179.41 -
System Red Green Blue C M Y K H S L
Decimal 242 160 32 0 0.34 0.87 0.05 36.57 0.89 0.54
Hex F2 A0 20 0 22 57 5 25 59 36
Octal 362 240 40 0 42 127 5 45 131 66
Binary 11110010 10100000 100000 0 100010 1010111 101 100101 1011001 110110

Color Harmonies of #F2A020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A020

Black with #F2A020

Text Example


Text Example

White with #F2A020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A020; }

 p { color: rgb(242,160,32); }

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

background-color css

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

 a { background-color: rgb(242,160,32); }

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

border-color css

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

 span { border-color: rgb(242,160,32); }

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