Html Css Color HEX #FE9502 Dark Orange

📋 copy color: '#FE9502'

red 254 ◦ green 149 ◦ blue 2

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

Shades of Dark Orange #FE9502

Tints of Dark Orange #FE9502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 62.72%
G = 36.79%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE9502 (or 0xFE9502) is known color: Dark Orange. HEX triplet: FE, 95 and 02. RGB value is (254,149,2). Sum of RGB (Red+Green+Blue) = 254+149+2=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9502 is #016AFD. Grayscale: #A4A4A4. Windows color (decimal): -92926 or 169470. OLE color: 169470.

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

Color convert

RGB 254 149 2 -
CMYK 0 0.41 0.99 0.00
HSL 35º 0.99% 0.5% -
HSV(B) 35º 0.99% 1% -
XYZ 51.63 42.57 5.55 -
YUV 163.64 36.79 192.45 -
System Red Green Blue C M Y K H S L
Decimal 254 149 2 0 0.41 0.99 0.00 35 0.99 0.5
Hex FE 95 2 0 29 63 0 23 63 32
Octal 376 225 2 0 51 143 0 43 143 62
Binary 11111110 10010101 10 0 101001 1100011 0 100011 1100011 110010

Color Harmonies of #FE9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9502

Black with #FE9502

Text Example


Text Example

White with #FE9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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