Html Css Color HEX #F9AD0C Dark Tangerine

📋 copy color: '#F9AD0C'

red 249 ◦ green 173 ◦ blue 12

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

Shades of Dark Tangerine #F9AD0C

Tints of Dark Tangerine #F9AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 57.37%
G = 39.86%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9AD0C (or 0xF9AD0C) is known color: Dark Tangerine. HEX triplet: F9, AD and 0C. RGB value is (249,173,12). Sum of RGB (Red+Green+Blue) = 249+173+12=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AD0C is #0652F3. Grayscale: #B2B2B2. Windows color (decimal): -414452 or 830969. OLE color: 830969.

HSL color Cylindrical-coordinate representation of color #F9AD0C: hue angle of 40.76º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9AD0C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 173 12 -
CMYK 0 0.31 0.95 0.02
HSL 40.76º 0.95% 0.51% -
HSV(B) 40.76º 0.95% 0.98% -
XYZ 54.08 50.05 7.16 -
YUV 177.37 34.68 179.09 -
System Red Green Blue C M Y K H S L
Decimal 249 173 12 0 0.31 0.95 0.02 40.76 0.95 0.51
Hex F9 AD C 0 1F 5F 2 29 5F 33
Octal 371 255 14 0 37 137 2 51 137 63
Binary 11111001 10101101 1100 0 11111 1011111 10 101001 1011111 110011

Color Harmonies of #F9AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD0C

Black with #F9AD0C

Text Example


Text Example

White with #F9AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD0C; }

 p { color: rgb(249,173,12); }

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

background-color css

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

 a { background-color: rgb(249,173,12); }

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

border-color css

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

 span { border-color: rgb(249,173,12); }

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