Html Css Color HEX #F2A022 Carrot Orange

📋 copy color: '#F2A022'

red 242 ◦ green 160 ◦ blue 34

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

Shades of Carrot Orange #F2A022

Tints of Carrot Orange #F2A022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.8%

R = 55.5%
G = 36.7%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2A022 (or 0xF2A022) is known color: Carrot Orange. HEX triplet: F2, A0 and 22. RGB value is (242,160,34). Sum of RGB (Red+Green+Blue) = 242+160+34=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A022 is #0D5FDD. Grayscale: #AAAAAA. Windows color (decimal): -876510 or 2269426. OLE color: 2269426.

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

Color convert

RGB 242 160 34 -
CMYK 0 0.34 0.86 0.05
HSL 36.35º 0.89% 0.54% -
HSV(B) 36.35º 0.86% 0.95% -
XYZ 49.48 44.13 7.42 -
YUV 170.15 51.17 179.25 -
System Red Green Blue C M Y K H S L
Decimal 242 160 34 0 0.34 0.86 0.05 36.35 0.89 0.54
Hex F2 A0 22 0 22 56 5 24 59 36
Octal 362 240 42 0 42 126 5 44 131 66
Binary 11110010 10100000 100010 0 100010 1010110 101 100100 1011001 110110

Color Harmonies of #F2A022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A022

Black with #F2A022

Text Example


Text Example

White with #F2A022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A022; }

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

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

background-color css

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

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

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

border-color css

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

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

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