Html Css Color HEX #F9A315 Dark Tangerine

📋 copy color: '#F9A315'

red 249 ◦ green 163 ◦ blue 21

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

Shades of Dark Tangerine #F9A315

Tints of Dark Tangerine #F9A315

RGB

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

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

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

R = 57.51%
G = 37.64%
B = 4.85%

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

#F9A315 (or 0xF9A315) is known color: Dark Tangerine. HEX triplet: F9, A3 and 15. RGB value is (249,163,21). Sum of RGB (Red+Green+Blue) = 249+163+21=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A315 is #065CEA. Grayscale: #ADADAD. Windows color (decimal): -417003 or 1418233. OLE color: 1418233.

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

Color convert

RGB 249 163 21 -
CMYK 0 0.35 0.92 0.02
HSL 37.37º 0.95% 0.53% -
HSV(B) 37.37º 0.92% 0.98% -
XYZ 52.3 46.39 6.91 -
YUV 172.53 42.49 182.55 -
System Red Green Blue C M Y K H S L
Decimal 249 163 21 0 0.35 0.92 0.02 37.37 0.95 0.53
Hex F9 A3 15 0 23 5C 2 25 5F 35
Octal 371 243 25 0 43 134 2 45 137 65
Binary 11111001 10100011 10101 0 100011 1011100 10 100101 1011111 110101

Color Harmonies of #F9A315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A315

Black with #F9A315

Text Example


Text Example

White with #F9A315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A315; }

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

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

background-color css

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

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

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

border-color css

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

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

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