Html Css Color HEX #FE9509 Dark Orange

📋 copy color: '#FE9509'

red 254 ◦ green 149 ◦ blue 9

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

Shades of Dark Orange #FE9509

Tints of Dark Orange #FE9509

RGB

 RED value IS 254 (99.61% from 255) = 61.65%

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

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

R = 61.65%
G = 36.17%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE9509 (or 0xFE9509) is known color: Dark Orange. HEX triplet: FE, 95 and 09. RGB value is (254,149,9). Sum of RGB (Red+Green+Blue) = 254+149+9=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9509 is #016AF6. Grayscale: #A5A5A5. Windows color (decimal): -92919 or 628222. OLE color: 628222.

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

Color convert

RGB 254 149 9 -
CMYK 0 0.41 0.96 0.00
HSL 34.29º 0.99% 0.52% -
HSV(B) 34.29º 0.96% 1% -
XYZ 51.67 42.59 5.75 -
YUV 164.44 40.29 191.88 -
System Red Green Blue C M Y K H S L
Decimal 254 149 9 0 0.41 0.96 0.00 34.29 0.99 0.52
Hex FE 95 9 0 29 60 0 22 63 34
Octal 376 225 11 0 51 140 0 42 143 64
Binary 11111110 10010101 1001 0 101001 1100000 0 100010 1100011 110100

Color Harmonies of #FE9509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9509

Black with #FE9509

Text Example


Text Example

White with #FE9509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9509; }

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

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

background-color css

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

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

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

border-color css

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

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

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