Html Css Color HEX #F9B313 Dark Tangerine

📋 copy color: '#F9B313'

red 249 ◦ green 179 ◦ blue 19

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

Shades of Dark Tangerine #F9B313

Tints of Dark Tangerine #F9B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

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

R = 55.7%
G = 40.04%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9B313 (or 0xF9B313) is known color: Dark Tangerine. HEX triplet: F9, B3 and 13. RGB value is (249,179,19). Sum of RGB (Red+Green+Blue) = 249+179+19=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B313 is #064CEC. Grayscale: #B6B6B6. Windows color (decimal): -412909 or 1291257. OLE color: 1291257.

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

Color convert

RGB 249 179 19 -
CMYK 0 0.28 0.92 0.02
HSL 41.74º 0.95% 0.53% -
HSV(B) 41.74º 0.92% 0.98% -
XYZ 55.3 52.43 7.82 -
YUV 181.69 36.19 176.01 -
System Red Green Blue C M Y K H S L
Decimal 249 179 19 0 0.28 0.92 0.02 41.74 0.95 0.53
Hex F9 B3 13 0 1C 5C 2 2A 5F 35
Octal 371 263 23 0 34 134 2 52 137 65
Binary 11111001 10110011 10011 0 11100 1011100 10 101010 1011111 110101

Color Harmonies of #F9B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B313

Black with #F9B313

Text Example


Text Example

White with #F9B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B313; }

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

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

background-color css

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

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

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

border-color css

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

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

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