Html Css Color HEX #FE9202 Dark Orange

📋 copy color: '#FE9202'

red 254 ◦ green 146 ◦ blue 2

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

Shades of Dark Orange #FE9202

Tints of Dark Orange #FE9202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 63.18%
G = 36.32%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE9202 (or 0xFE9202) is known color: Dark Orange. HEX triplet: FE, 92 and 02. RGB value is (254,146,2). Sum of RGB (Red+Green+Blue) = 254+146+2=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9202 is #016DFD. Grayscale: #A2A2A2. Windows color (decimal): -93694 or 168702. OLE color: 168702.

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

Color convert

RGB 254 146 2 -
CMYK 0 0.43 0.99 0.00
HSL 34.29º 0.99% 0.5% -
HSV(B) 34.29º 0.99% 1% -
XYZ 51.16 41.63 5.4 -
YUV 161.88 37.78 193.71 -
System Red Green Blue C M Y K H S L
Decimal 254 146 2 0 0.43 0.99 0.00 34.29 0.99 0.5
Hex FE 92 2 0 2B 63 0 22 63 32
Octal 376 222 2 0 53 143 0 42 143 62
Binary 11111110 10010010 10 0 101011 1100011 0 100010 1100011 110010

Color Harmonies of #FE9202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9202

Black with #FE9202

Text Example


Text Example

White with #FE9202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9202; }

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

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

background-color css

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

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

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

border-color css

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

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

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