Html Css Color HEX #F2A20D Dark Tangerine

📋 copy color: '#F2A20D'

red 242 ◦ green 162 ◦ blue 13

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

Shades of Dark Tangerine #F2A20D

Tints of Dark Tangerine #F2A20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.12%

R = 58.03%
G = 38.85%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2A20D (or 0xF2A20D) is known color: Dark Tangerine. HEX triplet: F2, A2 and 0D. RGB value is (242,162,13). Sum of RGB (Red+Green+Blue) = 242+162+13=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A20D is #0D5DF2. Grayscale: #A9A9A9. Windows color (decimal): -876019 or 893682. OLE color: 893682.

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

Color convert

RGB 242 162 13 -
CMYK 0 0.33 0.95 0.05
HSL 39.04º 0.9% 0.5% -
HSV(B) 39.04º 0.95% 0.95% -
XYZ 49.61 44.75 6.4 -
YUV 168.93 40 180.12 -
System Red Green Blue C M Y K H S L
Decimal 242 162 13 0 0.33 0.95 0.05 39.04 0.9 0.5
Hex F2 A2 D 0 21 5F 5 27 5A 32
Octal 362 242 15 0 41 137 5 47 132 62
Binary 11110010 10100010 1101 0 100001 1011111 101 100111 1011010 110010

Color Harmonies of #F2A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A20D

Black with #F2A20D

Text Example


Text Example

White with #F2A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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