Html Css Color HEX #F9A80D Dark Tangerine

📋 copy color: '#F9A80D'

red 249 ◦ green 168 ◦ blue 13

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

Shades of Dark Tangerine #F9A80D

Tints of Dark Tangerine #F9A80D

RGB

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

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

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

R = 57.91%
G = 39.07%
B = 3.02%

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

#F9A80D (or 0xF9A80D) is known color: Dark Tangerine. HEX triplet: F9, A8 and 0D. RGB value is (249,168,13). Sum of RGB (Red+Green+Blue) = 249+168+13=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A80D is #0657F2. Grayscale: #AFAFAF. Windows color (decimal): -415731 or 895225. OLE color: 895225.

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

Color convert

RGB 249 168 13 -
CMYK 0 0.33 0.95 0.02
HSL 39.41º 0.95% 0.51% -
HSV(B) 39.41º 0.95% 0.98% -
XYZ 53.14 48.17 6.88 -
YUV 174.55 36.84 181.1 -
System Red Green Blue C M Y K H S L
Decimal 249 168 13 0 0.33 0.95 0.02 39.41 0.95 0.51
Hex F9 A8 D 0 21 5F 2 27 5F 33
Octal 371 250 15 0 41 137 2 47 137 63
Binary 11111001 10101000 1101 0 100001 1011111 10 100111 1011111 110011

Color Harmonies of #F9A80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A80D

Black with #F9A80D

Text Example


Text Example

White with #F9A80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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