Html Css Color HEX #F9A314 Dark Tangerine

📋 copy color: '#F9A314'

red 249 ◦ green 163 ◦ blue 20

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

Shades of Dark Tangerine #F9A314

Tints of Dark Tangerine #F9A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.73%

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

R = 57.64%
G = 37.73%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9A314 (or 0xF9A314) is known color: Dark Tangerine. HEX triplet: F9, A3 and 14. RGB value is (249,163,20). Sum of RGB (Red+Green+Blue) = 249+163+20=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A314 is #065CEB. Grayscale: #ADADAD. Windows color (decimal): -417004 or 1352697. OLE color: 1352697.

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

Color convert

RGB 249 163 20 -
CMYK 0 0.35 0.92 0.02
HSL 37.47º 0.95% 0.53% -
HSV(B) 37.47º 0.92% 0.98% -
XYZ 52.29 46.38 6.86 -
YUV 172.41 41.99 182.63 -
System Red Green Blue C M Y K H S L
Decimal 249 163 20 0 0.35 0.92 0.02 37.47 0.95 0.53
Hex F9 A3 14 0 23 5C 2 25 5F 35
Octal 371 243 24 0 43 134 2 45 137 65
Binary 11111001 10100011 10100 0 100011 1011100 10 100101 1011111 110101

Color Harmonies of #F9A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A314

Black with #F9A314

Text Example


Text Example

White with #F9A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A314; }

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

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

background-color css

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

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

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

border-color css

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

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

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