Html Css Color HEX #F0A11F Carrot Orange

📋 copy color: '#F0A11F'

red 240 ◦ green 161 ◦ blue 31

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

Shades of Carrot Orange #F0A11F

Tints of Carrot Orange #F0A11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.18%

R = 55.56%
G = 37.27%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0A11F (or 0xF0A11F) is known color: Carrot Orange. HEX triplet: F0, A1 and 1F. RGB value is (240,161,31). Sum of RGB (Red+Green+Blue) = 240+161+31=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A11F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A11F is #0F5EE0. Grayscale: #AAAAAA. Windows color (decimal): -1007329 or 2073072. OLE color: 2073072.

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

Color convert

RGB 240 161 31 -
CMYK 0 0.33 0.87 0.06
HSL 37.32º 0.87% 0.53% -
HSV(B) 37.32º 0.87% 0.94% -
XYZ 48.93 44.11 7.23 -
YUV 169.8 49.67 178.07 -
System Red Green Blue C M Y K H S L
Decimal 240 161 31 0 0.33 0.87 0.06 37.32 0.87 0.53
Hex F0 A1 1F 0 21 57 6 25 57 35
Octal 360 241 37 0 41 127 6 45 127 65
Binary 11110000 10100001 11111 0 100001 1010111 110 100101 1010111 110101

Color Harmonies of #F0A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A11F

Black with #F0A11F

Text Example


Text Example

White with #F0A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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