Html Css Color HEX #FA960A Dark Orange

📋 copy color: '#FA960A'

red 250 ◦ green 150 ◦ blue 10

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

Shades of Dark Orange #FA960A

Tints of Dark Orange #FA960A

RGB

 RED value IS 250 (98.05% from 255) = 60.98%

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

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

R = 60.98%
G = 36.59%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA960A (or 0xFA960A) is known color: Dark Orange. HEX triplet: FA, 96 and 0A. RGB value is (250,150,10). Sum of RGB (Red+Green+Blue) = 250+150+10=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA960A is #0569F5. Grayscale: #A4A4A4. Windows color (decimal): -354806 or 694010. OLE color: 694010.

HSL color Cylindrical-coordinate representation of color #FA960A: hue angle of 35º degrees, saturation: 0.96, 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 #FA960A is Cyan = 0, Magento = 0.4, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 150 10 -
CMYK 0 0.4 0.96 0.02
HSL 35º 0.96% 0.51% -
HSV(B) 35º 0.96% 0.98% -
XYZ 50.39 42.16 5.77 -
YUV 163.94 41.13 189.38 -
System Red Green Blue C M Y K H S L
Decimal 250 150 10 0 0.4 0.96 0.02 35 0.96 0.51
Hex FA 96 A 0 28 60 2 23 60 33
Octal 372 226 12 0 50 140 2 43 140 63
Binary 11111010 10010110 1010 0 101000 1100000 10 100011 1100000 110011

Color Harmonies of #FA960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA960A

Black with #FA960A

Text Example


Text Example

White with #FA960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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