Html Css Color HEX #FF9505 Dark Orange

📋 copy color: '#FF9505'

red 255 ◦ green 149 ◦ blue 5

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

Shades of Dark Orange #FF9505

Tints of Dark Orange #FF9505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 62.35%
G = 36.43%
B = 1.22%

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

#FF9505 (or 0xFF9505) is known color: Dark Orange. HEX triplet: FF, 95 and 05. RGB value is (255,149,5). Sum of RGB (Red+Green+Blue) = 255+149+5=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9505 is #006AFA. Grayscale: #A4A4A4. Windows color (decimal): -27387 or 366079. OLE color: 366079.

HSL color Cylindrical-coordinate representation of color #FF9505: hue angle of 34.56º 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 #FF9505 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 5 -
CMYK 0 0.42 0.98 0
HSL 34.56º 1% 0.51% -
HSV(B) 34.56º 0.98% 1% -
XYZ 52.01 42.77 5.66 -
YUV 164.28 38.12 192.71 -
System Red Green Blue C M Y K H S L
Decimal 255 149 5 0 0.42 0.98 0 34.56 1 0.51
Hex FF 95 5 0 2A 62 0 23 64 33
Octal 377 225 5 0 52 142 0 43 144 63
Binary 11111111 10010101 101 0 101010 1100010 0 100011 1100100 110011

Color Harmonies of #FF9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9505

Black with #FF9505

Text Example


Text Example

White with #FF9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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