Html Css Color HEX #F9A20C Dark Tangerine

📋 copy color: '#F9A20C'

red 249 ◦ green 162 ◦ blue 12

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

Shades of Dark Tangerine #F9A20C

Tints of Dark Tangerine #F9A20C

RGB

 RED value IS 249 (97.66% from 255) = 58.87%

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

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 58.87%
G = 38.3%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9A20C (or 0xF9A20C) is known color: Dark Tangerine. HEX triplet: F9, A2 and 0C. RGB value is (249,162,12). Sum of RGB (Red+Green+Blue) = 249+162+12=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A20C is #065DF3. Grayscale: #ABABAB. Windows color (decimal): -417268 or 828153. OLE color: 828153.

HSL color Cylindrical-coordinate representation of color #F9A20C: hue angle of 37.97º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9A20C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 162 12 -
CMYK 0 0.35 0.95 0.02
HSL 37.97º 0.95% 0.51% -
HSV(B) 37.97º 0.95% 0.98% -
XYZ 52.05 46.01 6.48 -
YUV 170.91 38.32 183.7 -
System Red Green Blue C M Y K H S L
Decimal 249 162 12 0 0.35 0.95 0.02 37.97 0.95 0.51
Hex F9 A2 C 0 23 5F 2 26 5F 33
Octal 371 242 14 0 43 137 2 46 137 63
Binary 11111001 10100010 1100 0 100011 1011111 10 100110 1011111 110011

Color Harmonies of #F9A20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A20C

Black with #F9A20C

Text Example


Text Example

White with #F9A20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A20C; }

 p { color: rgb(249,162,12); }

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

background-color css

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

 a { background-color: rgb(249,162,12); }

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

border-color css

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

 span { border-color: rgb(249,162,12); }

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