Html Css Color HEX #F2AF0A Dark Tangerine

📋 copy color: '#F2AF0A'

red 242 ◦ green 175 ◦ blue 10

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

Shades of Dark Tangerine #F2AF0A

Tints of Dark Tangerine #F2AF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

 BLUE value IS 10 (4.3% from 255) = 2.34%

R = 56.67%
G = 40.98%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2AF0A (or 0xF2AF0A) is known color: Dark Tangerine. HEX triplet: F2, AF and 0A. RGB value is (242,175,10). Sum of RGB (Red+Green+Blue) = 242+175+10=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF0A is #0D50F5. Grayscale: #B0B0B0. Windows color (decimal): -872694 or 700402. OLE color: 700402.

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

Color convert

RGB 242 175 10 -
CMYK 0 0.28 0.96 0.05
HSL 42.67º 0.92% 0.49% -
HSV(B) 42.67º 0.96% 0.95% -
XYZ 52 49.56 7.11 -
YUV 176.22 34.2 174.92 -
System Red Green Blue C M Y K H S L
Decimal 242 175 10 0 0.28 0.96 0.05 42.67 0.92 0.49
Hex F2 AF A 0 1C 60 5 2B 5C 31
Octal 362 257 12 0 34 140 5 53 134 61
Binary 11110010 10101111 1010 0 11100 1100000 101 101011 1011100 110001

Color Harmonies of #F2AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF0A

Black with #F2AF0A

Text Example


Text Example

White with #F2AF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF0A; }

 p { color: rgb(242,175,10); }

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

background-color css

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

 a { background-color: rgb(242,175,10); }

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

border-color css

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

 span { border-color: rgb(242,175,10); }

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