Html Css Color HEX #F9A60C Dark Tangerine

📋 copy color: '#F9A60C'

red 249 ◦ green 166 ◦ blue 12

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

Shades of Dark Tangerine #F9A60C

Tints of Dark Tangerine #F9A60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

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

R = 58.31%
G = 38.88%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9A60C (or 0xF9A60C) is known color: Dark Tangerine. HEX triplet: F9, A6 and 0C. RGB value is (249,166,12). Sum of RGB (Red+Green+Blue) = 249+166+12=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A60C is #0659F3. Grayscale: #ADADAD. Windows color (decimal): -416244 or 829177. OLE color: 829177.

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

Color convert

RGB 249 166 12 -
CMYK 0 0.33 0.95 0.02
HSL 38.99º 0.95% 0.51% -
HSV(B) 38.99º 0.95% 0.98% -
XYZ 52.77 47.44 6.72 -
YUV 173.26 37 182.02 -
System Red Green Blue C M Y K H S L
Decimal 249 166 12 0 0.33 0.95 0.02 38.99 0.95 0.51
Hex F9 A6 C 0 21 5F 2 27 5F 33
Octal 371 246 14 0 41 137 2 47 137 63
Binary 11111001 10100110 1100 0 100001 1011111 10 100111 1011111 110011

Color Harmonies of #F9A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A60C

Black with #F9A60C

Text Example


Text Example

White with #F9A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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