Html Css Color HEX #F9AA13 Dark Tangerine

📋 copy color: '#F9AA13'

red 249 ◦ green 170 ◦ blue 19

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

Shades of Dark Tangerine #F9AA13

Tints of Dark Tangerine #F9AA13

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.81%

 BLUE value IS 19 (7.81% from 255) = 4.34%

R = 56.85%
G = 38.81%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9AA13 (or 0xF9AA13) is known color: Dark Tangerine. HEX triplet: F9, AA and 13. RGB value is (249,170,19). Sum of RGB (Red+Green+Blue) = 249+170+19=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AA13 is #0655EC. Grayscale: #B1B1B1. Windows color (decimal): -415213 or 1288953. OLE color: 1288953.

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

Color convert

RGB 249 170 19 -
CMYK 0 0.32 0.92 0.02
HSL 39.39º 0.95% 0.53% -
HSV(B) 39.39º 0.92% 0.98% -
XYZ 53.56 48.94 7.24 -
YUV 176.41 39.17 179.78 -
System Red Green Blue C M Y K H S L
Decimal 249 170 19 0 0.32 0.92 0.02 39.39 0.95 0.53
Hex F9 AA 13 0 20 5C 2 27 5F 35
Octal 371 252 23 0 40 134 2 47 137 65
Binary 11111001 10101010 10011 0 100000 1011100 10 100111 1011111 110101

Color Harmonies of #F9AA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AA13

Black with #F9AA13

Text Example


Text Example

White with #F9AA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AA13; }

 p { color: rgb(249,170,19); }

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

background-color css

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

 a { background-color: rgb(249,170,19); }

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

border-color css

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

 span { border-color: rgb(249,170,19); }

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