Html Css Color HEX #FF960C Dark Orange

📋 copy color: '#FF960C'

red 255 ◦ green 150 ◦ blue 12

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

Shades of Dark Orange #FF960C

Tints of Dark Orange #FF960C

RGB

 RED value IS 255 (100% from 255) = 61.15%

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

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 61.15%
G = 35.97%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF960C (or 0xFF960C) is known color: Dark Orange. HEX triplet: FF, 96 and 0C. RGB value is (255,150,12). Sum of RGB (Red+Green+Blue) = 255+150+12=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF960C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF960C is #0069F3. Grayscale: #A6A6A6. Windows color (decimal): -27124 or 825087. OLE color: 825087.

HSL color Cylindrical-coordinate representation of color #FF960C: hue angle of 34.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF960C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 150 12 -
CMYK 0 0.41 0.95 0
HSL 34.07º 1% 0.52% -
HSV(B) 34.07º 0.95% 1% -
XYZ 52.21 43.1 5.91 -
YUV 165.66 41.29 191.72 -
System Red Green Blue C M Y K H S L
Decimal 255 150 12 0 0.41 0.95 0 34.07 1 0.52
Hex FF 96 C 0 29 5F 0 22 64 34
Octal 377 226 14 0 51 137 0 42 144 64
Binary 11111111 10010110 1100 0 101001 1011111 0 100010 1100100 110100

Color Harmonies of #FF960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF960C

Black with #FF960C

Text Example


Text Example

White with #FF960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF960C; }

 p { color: rgb(255,150,12); }

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

background-color css

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

 a { background-color: rgb(255,150,12); }

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

border-color css

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

 span { border-color: rgb(255,150,12); }

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