Html Css Color HEX #F9960A Dark Orange

📋 copy color: '#F9960A'

red 249 ◦ green 150 ◦ blue 10

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

Shades of Dark Orange #F9960A

Tints of Dark Orange #F9960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 10 (4.3% from 255) = 2.44%

R = 60.88%
G = 36.67%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9960A (or 0xF9960A) is known color: Dark Orange. HEX triplet: F9, 96 and 0A. RGB value is (249,150,10). Sum of RGB (Red+Green+Blue) = 249+150+10=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9960A is #0669F5. Grayscale: #A4A4A4. Windows color (decimal): -420342 or 694009. OLE color: 694009.

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

Color convert

RGB 249 150 10 -
CMYK 0 0.40 0.96 0.02
HSL 35.15º 0.95% 0.51% -
HSV(B) 35.15º 0.96% 0.98% -
XYZ 50.03 41.97 5.75 -
YUV 163.64 41.3 188.88 -
System Red Green Blue C M Y K H S L
Decimal 249 150 10 0 0.40 0.96 0.02 35.15 0.95 0.51
Hex F9 96 A 0 28 60 2 23 5F 33
Octal 371 226 12 0 50 140 2 43 137 63
Binary 11111001 10010110 1010 0 101000 1100000 10 100011 1011111 110011

Color Harmonies of #F9960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9960A

Black with #F9960A

Text Example


Text Example

White with #F9960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9960A; }

 p { color: rgb(249,150,10); }

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

background-color css

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

 a { background-color: rgb(249,150,10); }

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

border-color css

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

 span { border-color: rgb(249,150,10); }

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