Html Css Color HEX #F2A80A Dark Tangerine

📋 copy color: '#F2A80A'

red 242 ◦ green 168 ◦ blue 10

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

Shades of Dark Tangerine #F2A80A

Tints of Dark Tangerine #F2A80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

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

R = 57.62%
G = 40%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2A80A (or 0xF2A80A) is known color: Dark Tangerine. HEX triplet: F2, A8 and 0A. RGB value is (242,168,10). Sum of RGB (Red+Green+Blue) = 242+168+10=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A80A is #0D57F5. Grayscale: #ACACAC. Windows color (decimal): -874486 or 698610. OLE color: 698610.

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

Color convert

RGB 242 168 10 -
CMYK 0 0.31 0.96 0.05
HSL 40.86º 0.92% 0.49% -
HSV(B) 40.86º 0.96% 0.95% -
XYZ 50.68 46.9 6.67 -
YUV 172.11 36.52 177.85 -
System Red Green Blue C M Y K H S L
Decimal 242 168 10 0 0.31 0.96 0.05 40.86 0.92 0.49
Hex F2 A8 A 0 1F 60 5 29 5C 31
Octal 362 250 12 0 37 140 5 51 134 61
Binary 11110010 10101000 1010 0 11111 1100000 101 101001 1011100 110001

Color Harmonies of #F2A80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A80A

Black with #F2A80A

Text Example


Text Example

White with #F2A80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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