Html Css Color HEX #F2AA1C Dark Tangerine

📋 copy color: '#F2AA1C'

red 242 ◦ green 170 ◦ blue 28

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

Shades of Dark Tangerine #F2AA1C

Tints of Dark Tangerine #F2AA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.36%

R = 55%
G = 38.64%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2AA1C (or 0xF2AA1C) is known color: Dark Tangerine. HEX triplet: F2, AA and 1C. RGB value is (242,170,28). Sum of RGB (Red+Green+Blue) = 242+170+28=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AA1C is #0D55E3. Grayscale: #AFAFAF. Windows color (decimal): -873956 or 1878770. OLE color: 1878770.

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

Color convert

RGB 242 170 28 -
CMYK 0 0.30 0.88 0.05
HSL 39.81º 0.89% 0.53% -
HSV(B) 39.81º 0.88% 0.95% -
XYZ 51.2 47.71 7.61 -
YUV 175.34 44.85 175.55 -
System Red Green Blue C M Y K H S L
Decimal 242 170 28 0 0.30 0.88 0.05 39.81 0.89 0.53
Hex F2 AA 1C 0 1E 58 5 28 59 35
Octal 362 252 34 0 36 130 5 50 131 65
Binary 11110010 10101010 11100 0 11110 1011000 101 101000 1011001 110101

Color Harmonies of #F2AA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AA1C

Black with #F2AA1C

Text Example


Text Example

White with #F2AA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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