Html Css Color HEX #FF960F Dark Orange

📋 copy color: '#FF960F'

red 255 ◦ green 150 ◦ blue 15

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

Shades of Dark Orange #FF960F

Tints of Dark Orange #FF960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.57%

R = 60.71%
G = 35.71%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF960F (or 0xFF960F) is known color: Dark Orange. HEX triplet: FF, 96 and 0F. RGB value is (255,150,15). Sum of RGB (Red+Green+Blue) = 255+150+15=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF960F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF960F is #0069F0. Grayscale: #A6A6A6. Windows color (decimal): -27121 or 1021695. OLE color: 1021695.

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

Color convert

RGB 255 150 15 -
CMYK 0 0.41 0.94 0
HSL 33.75º 1% 0.53% -
HSV(B) 33.75º 0.94% 1% -
XYZ 52.23 43.11 6.02 -
YUV 166.01 42.79 191.48 -
System Red Green Blue C M Y K H S L
Decimal 255 150 15 0 0.41 0.94 0 33.75 1 0.53
Hex FF 96 F 0 29 5E 0 22 64 35
Octal 377 226 17 0 51 136 0 42 144 65
Binary 11111111 10010110 1111 0 101001 1011110 0 100010 1100100 110101

Color Harmonies of #FF960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF960F

Black with #FF960F

Text Example


Text Example

White with #FF960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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