Html Css Color HEX #FF9508 Dark Orange

📋 copy color: '#FF9508'

red 255 ◦ green 149 ◦ blue 8

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

Shades of Dark Orange #FF9508

Tints of Dark Orange #FF9508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 61.89%
G = 36.17%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF9508 (or 0xFF9508) is known color: Dark Orange. HEX triplet: FF, 95 and 08. RGB value is (255,149,8). Sum of RGB (Red+Green+Blue) = 255+149+8=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9508 is #006AF7. Grayscale: #A5A5A5. Windows color (decimal): -27384 or 562687. OLE color: 562687.

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

Color convert

RGB 255 149 8 -
CMYK 0 0.42 0.97 0
HSL 34.25º 1% 0.52% -
HSV(B) 34.25º 0.97% 1% -
XYZ 52.03 42.77 5.74 -
YUV 164.62 39.62 192.46 -
System Red Green Blue C M Y K H S L
Decimal 255 149 8 0 0.42 0.97 0 34.25 1 0.52
Hex FF 95 8 0 2A 61 0 22 64 34
Octal 377 225 10 0 52 141 0 42 144 64
Binary 11111111 10010101 1000 0 101010 1100001 0 100010 1100100 110100

Color Harmonies of #FF9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9508

Black with #FF9508

Text Example


Text Example

White with #FF9508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9508; }

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

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

background-color css

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

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

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

border-color css

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

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

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