Html Css Color HEX #FF9506 Dark Orange

📋 copy color: '#FF9506'

red 255 ◦ green 149 ◦ blue 6

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

Shades of Dark Orange #FF9506

Tints of Dark Orange #FF9506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 62.2%
G = 36.34%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF9506 (or 0xFF9506) is known color: Dark Orange. HEX triplet: FF, 95 and 06. RGB value is (255,149,6). Sum of RGB (Red+Green+Blue) = 255+149+6=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9506 is #006AF9. Grayscale: #A5A5A5. Windows color (decimal): -27386 or 431615. OLE color: 431615.

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

Color convert

RGB 255 149 6 -
CMYK 0 0.42 0.98 0
HSL 34.46º 1% 0.51% -
HSV(B) 34.46º 0.98% 1% -
XYZ 52.02 42.77 5.69 -
YUV 164.39 38.62 192.63 -
System Red Green Blue C M Y K H S L
Decimal 255 149 6 0 0.42 0.98 0 34.46 1 0.51
Hex FF 95 6 0 2A 62 0 22 64 33
Octal 377 225 6 0 52 142 0 42 144 63
Binary 11111111 10010101 110 0 101010 1100010 0 100010 1100100 110011

Color Harmonies of #FF9506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9506

Black with #FF9506

Text Example


Text Example

White with #FF9506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9506; }

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

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

background-color css

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

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

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

border-color css

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

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

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