Html Css Color HEX #F9A413 Dark Tangerine

📋 copy color: '#F9A413'

red 249 ◦ green 164 ◦ blue 19

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

Shades of Dark Tangerine #F9A413

Tints of Dark Tangerine #F9A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.96%

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

R = 57.64%
G = 37.96%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9A413 (or 0xF9A413) is known color: Dark Tangerine. HEX triplet: F9, A4 and 13. RGB value is (249,164,19). Sum of RGB (Red+Green+Blue) = 249+164+19=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A413 is #065BEC. Grayscale: #ADADAD. Windows color (decimal): -416749 or 1287417. OLE color: 1287417.

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

Color convert

RGB 249 164 19 -
CMYK 0 0.34 0.92 0.02
HSL 37.83º 0.95% 0.53% -
HSV(B) 37.83º 0.92% 0.98% -
XYZ 52.46 46.74 6.87 -
YUV 172.89 41.16 182.29 -
System Red Green Blue C M Y K H S L
Decimal 249 164 19 0 0.34 0.92 0.02 37.83 0.95 0.53
Hex F9 A4 13 0 22 5C 2 26 5F 35
Octal 371 244 23 0 42 134 2 46 137 65
Binary 11111001 10100100 10011 0 100010 1011100 10 100110 1011111 110101

Color Harmonies of #F9A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A413

Black with #F9A413

Text Example


Text Example

White with #F9A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A413; }

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

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

background-color css

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

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

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

border-color css

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

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

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