Html Css Color HEX #F2A11D Carrot Orange

📋 copy color: '#F2A11D'

red 242 ◦ green 161 ◦ blue 29

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

Shades of Carrot Orange #F2A11D

Tints of Carrot Orange #F2A11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 56.02%
G = 37.27%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2A11D (or 0xF2A11D) is known color: Carrot Orange. HEX triplet: F2, A1 and 1D. RGB value is (242,161,29). Sum of RGB (Red+Green+Blue) = 242+161+29=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A11D is #0D5EE2. Grayscale: #AAAAAA. Windows color (decimal): -876259 or 1942002. OLE color: 1942002.

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

Color convert

RGB 242 161 29 -
CMYK 0 0.33 0.88 0.05
HSL 37.18º 0.89% 0.53% -
HSV(B) 37.18º 0.88% 0.95% -
XYZ 49.58 44.46 7.13 -
YUV 170.17 48.34 179.23 -
System Red Green Blue C M Y K H S L
Decimal 242 161 29 0 0.33 0.88 0.05 37.18 0.89 0.53
Hex F2 A1 1D 0 21 58 5 25 59 35
Octal 362 241 35 0 41 130 5 45 131 65
Binary 11110010 10100001 11101 0 100001 1011000 101 100101 1011001 110101

Color Harmonies of #F2A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A11D

Black with #F2A11D

Text Example


Text Example

White with #F2A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A11D; }

 p { color: rgb(242,161,29); }

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

background-color css

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

 a { background-color: rgb(242,161,29); }

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

border-color css

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

 span { border-color: rgb(242,161,29); }

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