Html Css Color HEX #F2A21F Carrot Orange

📋 copy color: '#F2A21F'

red 242 ◦ green 162 ◦ blue 31

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

Shades of Carrot Orange #F2A21F

Tints of Carrot Orange #F2A21F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

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

R = 55.63%
G = 37.24%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2A21F (or 0xF2A21F) is known color: Carrot Orange. HEX triplet: F2, A2 and 1F. RGB value is (242,162,31). Sum of RGB (Red+Green+Blue) = 242+162+31=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A21F is #0D5DE0. Grayscale: #ABABAB. Windows color (decimal): -876001 or 2073330. OLE color: 2073330.

HSL color Cylindrical-coordinate representation of color #F2A21F: hue angle of 37.25º 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 #F2A21F is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 162 31 -
CMYK 0 0.33 0.87 0.05
HSL 37.25º 0.89% 0.54% -
HSV(B) 37.25º 0.87% 0.95% -
XYZ 49.79 44.82 7.32 -
YUV 170.99 49 178.65 -
System Red Green Blue C M Y K H S L
Decimal 242 162 31 0 0.33 0.87 0.05 37.25 0.89 0.54
Hex F2 A2 1F 0 21 57 5 25 59 36
Octal 362 242 37 0 41 127 5 45 131 66
Binary 11110010 10100010 11111 0 100001 1010111 101 100101 1011001 110110

Color Harmonies of #F2A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A21F

Black with #F2A21F

Text Example


Text Example

White with #F2A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A21F; }

 p { color: rgb(242,162,31); }

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

background-color css

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

 a { background-color: rgb(242,162,31); }

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

border-color css

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

 span { border-color: rgb(242,162,31); }

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