Html Css Color HEX #F9AF14 Dark Tangerine

📋 copy color: '#F9AF14'

red 249 ◦ green 175 ◦ blue 20

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

Shades of Dark Tangerine #F9AF14

Tints of Dark Tangerine #F9AF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.41%

 BLUE value IS 20 (8.2% from 255) = 4.5%

R = 56.08%
G = 39.41%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9AF14 (or 0xF9AF14) is known color: Dark Tangerine. HEX triplet: F9, AF and 14. RGB value is (249,175,20). Sum of RGB (Red+Green+Blue) = 249+175+20=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AF14 is #0650EB. Grayscale: #B4B4B4. Windows color (decimal): -413932 or 1355769. OLE color: 1355769.

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

Color convert

RGB 249 175 20 -
CMYK 0 0.30 0.92 0.02
HSL 40.61º 0.95% 0.53% -
HSV(B) 40.61º 0.92% 0.98% -
XYZ 54.52 50.85 7.6 -
YUV 179.46 38.02 177.6 -
System Red Green Blue C M Y K H S L
Decimal 249 175 20 0 0.30 0.92 0.02 40.61 0.95 0.53
Hex F9 AF 14 0 1E 5C 2 29 5F 35
Octal 371 257 24 0 36 134 2 51 137 65
Binary 11111001 10101111 10100 0 11110 1011100 10 101001 1011111 110101

Color Harmonies of #F9AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF14

Black with #F9AF14

Text Example


Text Example

White with #F9AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF14; }

 p { color: rgb(249,175,20); }

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

background-color css

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

 a { background-color: rgb(249,175,20); }

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

border-color css

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

 span { border-color: rgb(249,175,20); }

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