Html Css Color HEX #FC960B Dark Orange

📋 copy color: '#FC960B'

red 252 ◦ green 150 ◦ blue 11

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

Shades of Dark Orange #FC960B

Tints of Dark Orange #FC960B

RGB

 RED value IS 252 (98.83% from 255) = 61.02%

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

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

R = 61.02%
G = 36.32%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC960B (or 0xFC960B) is known color: Dark Orange. HEX triplet: FC, 96 and 0B. RGB value is (252,150,11). Sum of RGB (Red+Green+Blue) = 252+150+11=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC960B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC960B is #0369F4. Grayscale: #A5A5A5. Windows color (decimal): -223733 or 759548. OLE color: 759548.

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

Color convert

RGB 252 150 11 -
CMYK 0 0.40 0.96 0.01
HSL 34.61º 0.98% 0.52% -
HSV(B) 34.61º 0.96% 0.99% -
XYZ 51.11 42.53 5.83 -
YUV 164.65 41.29 190.3 -
System Red Green Blue C M Y K H S L
Decimal 252 150 11 0 0.40 0.96 0.01 34.61 0.98 0.52
Hex FC 96 B 0 28 60 1 23 62 34
Octal 374 226 13 0 50 140 1 43 142 64
Binary 11111100 10010110 1011 0 101000 1100000 1 100011 1100010 110100

Color Harmonies of #FC960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC960B

Black with #FC960B

Text Example


Text Example

White with #FC960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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