Html Css Color HEX #FF9509 Dark Orange

📋 copy color: '#FF9509'

red 255 ◦ green 149 ◦ blue 9

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

Shades of Dark Orange #FF9509

Tints of Dark Orange #FF9509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.18%

R = 61.74%
G = 36.08%
B = 2.18%

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

#FF9509 (or 0xFF9509) is known color: Dark Orange. HEX triplet: FF, 95 and 09. RGB value is (255,149,9). Sum of RGB (Red+Green+Blue) = 255+149+9=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9509 is #006AF6. Grayscale: #A5A5A5. Windows color (decimal): -27383 or 628223. OLE color: 628223.

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

Color convert

RGB 255 149 9 -
CMYK 0 0.42 0.96 0
HSL 34.15º 1% 0.52% -
HSV(B) 34.15º 0.96% 1% -
XYZ 52.04 42.77 5.77 -
YUV 164.73 40.12 192.38 -
System Red Green Blue C M Y K H S L
Decimal 255 149 9 0 0.42 0.96 0 34.15 1 0.52
Hex FF 95 9 0 2A 60 0 22 64 34
Octal 377 225 11 0 52 140 0 42 144 64
Binary 11111111 10010101 1001 0 101010 1100000 0 100010 1100100 110100

Color Harmonies of #FF9509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9509

Black with #FF9509

Text Example


Text Example

White with #FF9509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9509; }

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

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

background-color css

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

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

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

border-color css

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

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

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