Html Css Color HEX #FA960B Dark Orange

📋 copy color: '#FA960B'

red 250 ◦ green 150 ◦ blue 11

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

Shades of Dark Orange #FA960B

Tints of Dark Orange #FA960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 60.83%
G = 36.5%
B = 2.68%

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

#FA960B (or 0xFA960B) is known color: Dark Orange. HEX triplet: FA, 96 and 0B. RGB value is (250,150,11). Sum of RGB (Red+Green+Blue) = 250+150+11=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA960B is #0569F4. Grayscale: #A4A4A4. Windows color (decimal): -354805 or 759546. OLE color: 759546.

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

Color convert

RGB 250 150 11 -
CMYK 0 0.4 0.96 0.02
HSL 34.9º 0.96% 0.51% -
HSV(B) 34.9º 0.96% 0.98% -
XYZ 50.39 42.16 5.8 -
YUV 164.05 41.63 189.3 -
System Red Green Blue C M Y K H S L
Decimal 250 150 11 0 0.4 0.96 0.02 34.9 0.96 0.51
Hex FA 96 B 0 28 60 2 23 60 33
Octal 372 226 13 0 50 140 2 43 140 63
Binary 11111010 10010110 1011 0 101000 1100000 10 100011 1100000 110011

Color Harmonies of #FA960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA960B

Black with #FA960B

Text Example


Text Example

White with #FA960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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