Html Css Color HEX #FB960A Dark Orange

📋 copy color: '#FB960A'

red 251 ◦ green 150 ◦ blue 10

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

Shades of Dark Orange #FB960A

Tints of Dark Orange #FB960A

RGB

 RED value IS 251 (98.44% from 255) = 61.07%

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

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

R = 61.07%
G = 36.5%
B = 2.43%

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

#FB960A (or 0xFB960A) is known color: Dark Orange. HEX triplet: FB, 96 and 0A. RGB value is (251,150,10). Sum of RGB (Red+Green+Blue) = 251+150+10=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB960A is #0469F5. Grayscale: #A4A4A4. Windows color (decimal): -289270 or 694011. OLE color: 694011.

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

Color convert

RGB 251 150 10 -
CMYK 0 0.40 0.96 0.02
HSL 34.85º 0.97% 0.51% -
HSV(B) 34.85º 0.96% 0.98% -
XYZ 50.74 42.34 5.79 -
YUV 164.24 40.96 189.88 -
System Red Green Blue C M Y K H S L
Decimal 251 150 10 0 0.40 0.96 0.02 34.85 0.97 0.51
Hex FB 96 A 0 28 60 2 23 61 33
Octal 373 226 12 0 50 140 2 43 141 63
Binary 11111011 10010110 1010 0 101000 1100000 10 100011 1100001 110011

Color Harmonies of #FB960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB960A

Black with #FB960A

Text Example


Text Example

White with #FB960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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