Html Css Color HEX #FE9402 Dark Orange

📋 copy color: '#FE9402'

red 254 ◦ green 148 ◦ blue 2

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

Shades of Dark Orange #FE9402

Tints of Dark Orange #FE9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 62.87%
G = 36.63%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE9402 (or 0xFE9402) is known color: Dark Orange. HEX triplet: FE, 94 and 02. RGB value is (254,148,2). Sum of RGB (Red+Green+Blue) = 254+148+2=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9402 is #016BFD. Grayscale: #A3A3A3. Windows color (decimal): -93182 or 169214. OLE color: 169214.

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

Color convert

RGB 254 148 2 -
CMYK 0 0.42 0.99 0.00
HSL 34.76º 0.99% 0.5% -
HSV(B) 34.76º 0.99% 1% -
XYZ 51.47 42.26 5.5 -
YUV 163.05 37.12 192.87 -
System Red Green Blue C M Y K H S L
Decimal 254 148 2 0 0.42 0.99 0.00 34.76 0.99 0.5
Hex FE 94 2 0 2A 63 0 23 63 32
Octal 376 224 2 0 52 143 0 43 143 62
Binary 11111110 10010100 10 0 101010 1100011 0 100011 1100011 110010

Color Harmonies of #FE9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9402

Black with #FE9402

Text Example


Text Example

White with #FE9402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9402; }

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

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

background-color css

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

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

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

border-color css

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

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

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