Html Css Color HEX #F2AA14 Dark Tangerine

📋 copy color: '#F2AA14'

red 242 ◦ green 170 ◦ blue 20

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

Shades of Dark Tangerine #F2AA14

Tints of Dark Tangerine #F2AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.35%

 BLUE value IS 20 (8.2% from 255) = 4.63%

R = 56.02%
G = 39.35%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2AA14 (or 0xF2AA14) is known color: Dark Tangerine. HEX triplet: F2, AA and 14. RGB value is (242,170,20). Sum of RGB (Red+Green+Blue) = 242+170+20=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AA14 is #0D55EB. Grayscale: #AFAFAF. Windows color (decimal): -873964 or 1354482. OLE color: 1354482.

HSL color Cylindrical-coordinate representation of color #F2AA14: hue angle of 40.54º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2AA14 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 20 -
CMYK 0 0.30 0.92 0.05
HSL 40.54º 0.9% 0.51% -
HSV(B) 40.54º 0.92% 0.95% -
XYZ 51.12 47.68 7.17 -
YUV 174.43 40.85 176.2 -
System Red Green Blue C M Y K H S L
Decimal 242 170 20 0 0.30 0.92 0.05 40.54 0.9 0.51
Hex F2 AA 14 0 1E 5C 5 29 5A 33
Octal 362 252 24 0 36 134 5 51 132 63
Binary 11110010 10101010 10100 0 11110 1011100 101 101001 1011010 110011

Color Harmonies of #F2AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA14

Black with #F2AA14

Text Example


Text Example

White with #F2AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA14; }

 p { color: rgb(242,170,20); }

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

background-color css

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

 a { background-color: rgb(242,170,20); }

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

border-color css

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

 span { border-color: rgb(242,170,20); }

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