Html Css Color HEX #F9A60D Dark Tangerine

📋 copy color: '#F9A60D'

red 249 ◦ green 166 ◦ blue 13

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

Shades of Dark Tangerine #F9A60D

Tints of Dark Tangerine #F9A60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 58.18%
G = 38.79%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9A60D (or 0xF9A60D) is known color: Dark Tangerine. HEX triplet: F9, A6 and 0D. RGB value is (249,166,13). Sum of RGB (Red+Green+Blue) = 249+166+13=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A60D is #0659F2. Grayscale: #AEAEAE. Windows color (decimal): -416243 or 894713. OLE color: 894713.

HSL color Cylindrical-coordinate representation of color #F9A60D: hue angle of 38.9º 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 #F9A60D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 166 13 -
CMYK 0 0.33 0.95 0.02
HSL 38.9º 0.95% 0.51% -
HSV(B) 38.9º 0.95% 0.98% -
XYZ 52.78 47.44 6.76 -
YUV 173.38 37.5 181.94 -
System Red Green Blue C M Y K H S L
Decimal 249 166 13 0 0.33 0.95 0.02 38.9 0.95 0.51
Hex F9 A6 D 0 21 5F 2 27 5F 33
Octal 371 246 15 0 41 137 2 47 137 63
Binary 11111001 10100110 1101 0 100001 1011111 10 100111 1011111 110011

Color Harmonies of #F9A60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A60D

Black with #F9A60D

Text Example


Text Example

White with #F9A60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A60D; }

 p { color: rgb(249,166,13); }

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

background-color css

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

 a { background-color: rgb(249,166,13); }

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

border-color css

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

 span { border-color: rgb(249,166,13); }

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