Html Css Color HEX #F0A122 Carrot Orange

📋 copy color: '#F0A122'

red 240 ◦ green 161 ◦ blue 34

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

Shades of Carrot Orange #F0A122

Tints of Carrot Orange #F0A122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

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

R = 55.17%
G = 37.01%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F0A122 (or 0xF0A122) is known color: Carrot Orange. HEX triplet: F0, A1 and 22. RGB value is (240,161,34). Sum of RGB (Red+Green+Blue) = 240+161+34=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A122 is #0F5EDD. Grayscale: #AAAAAA. Windows color (decimal): -1007326 or 2269680. OLE color: 2269680.

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

Color convert

RGB 240 161 34 -
CMYK 0 0.33 0.86 0.06
HSL 36.99º 0.87% 0.54% -
HSV(B) 36.99º 0.86% 0.94% -
XYZ 48.97 44.13 7.45 -
YUV 170.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 240 161 34 0 0.33 0.86 0.06 36.99 0.87 0.54
Hex F0 A1 22 0 21 56 6 25 57 36
Octal 360 241 42 0 41 126 6 45 127 66
Binary 11110000 10100001 100010 0 100001 1010110 110 100101 1010111 110110

Color Harmonies of #F0A122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A122

Black with #F0A122

Text Example


Text Example

White with #F0A122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A122; }

 p { color: rgb(240,161,34); }

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

background-color css

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

 a { background-color: rgb(240,161,34); }

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

border-color css

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

 span { border-color: rgb(240,161,34); }

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