Html Css Color HEX #FF950B Dark Orange

📋 copy color: '#FF950B'

red 255 ◦ green 149 ◦ blue 11

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

Shades of Dark Orange #FF950B

Tints of Dark Orange #FF950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.9%

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

R = 61.45%
G = 35.9%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF950B (or 0xFF950B) is known color: Dark Orange. HEX triplet: FF, 95 and 0B. RGB value is (255,149,11). Sum of RGB (Red+Green+Blue) = 255+149+11=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF950B is #006AF4. Grayscale: #A5A5A5. Windows color (decimal): -27381 or 759295. OLE color: 759295.

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

Color convert

RGB 255 149 11 -
CMYK 0 0.42 0.96 0
HSL 33.93º 1% 0.52% -
HSV(B) 33.93º 0.96% 1% -
XYZ 52.05 42.78 5.83 -
YUV 164.96 41.12 192.22 -
System Red Green Blue C M Y K H S L
Decimal 255 149 11 0 0.42 0.96 0 33.93 1 0.52
Hex FF 95 B 0 2A 60 0 22 64 34
Octal 377 225 13 0 52 140 0 42 144 64
Binary 11111111 10010101 1011 0 101010 1100000 0 100010 1100100 110100

Color Harmonies of #FF950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF950B

Black with #FF950B

Text Example


Text Example

White with #FF950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF950B; }

 p { color: rgb(255,149,11); }

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

background-color css

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

 a { background-color: rgb(255,149,11); }

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

border-color css

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

 span { border-color: rgb(255,149,11); }

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