Html Css Color HEX #F9A015 Dark Tangerine

📋 copy color: '#F9A015'

red 249 ◦ green 160 ◦ blue 21

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

Shades of Dark Tangerine #F9A015

Tints of Dark Tangerine #F9A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.21%

 BLUE value IS 21 (8.59% from 255) = 4.88%

R = 57.91%
G = 37.21%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9A015 (or 0xF9A015) is known color: Dark Tangerine. HEX triplet: F9, A0 and 15. RGB value is (249,160,21). Sum of RGB (Red+Green+Blue) = 249+160+21=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A015 is #065FEA. Grayscale: #ABABAB. Windows color (decimal): -417771 or 1417465. OLE color: 1417465.

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

Color convert

RGB 249 160 21 -
CMYK 0 0.36 0.92 0.02
HSL 36.58º 0.95% 0.53% -
HSV(B) 36.58º 0.92% 0.98% -
XYZ 51.77 45.34 6.73 -
YUV 170.77 43.49 183.8 -
System Red Green Blue C M Y K H S L
Decimal 249 160 21 0 0.36 0.92 0.02 36.58 0.95 0.53
Hex F9 A0 15 0 24 5C 2 25 5F 35
Octal 371 240 25 0 44 134 2 45 137 65
Binary 11111001 10100000 10101 0 100100 1011100 10 100101 1011111 110101

Color Harmonies of #F9A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A015

Black with #F9A015

Text Example


Text Example

White with #F9A015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A015; }

 p { color: rgb(249,160,21); }

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

background-color css

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

 a { background-color: rgb(249,160,21); }

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

border-color css

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

 span { border-color: rgb(249,160,21); }

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