Html Css Color HEX #FE8202 Dark Orange

📋 copy color: '#FE8202'

red 254 ◦ green 130 ◦ blue 2

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

Shades of Dark Orange #FE8202

Tints of Dark Orange #FE8202

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 65.8%
G = 33.68%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE8202 (or 0xFE8202) is known color: Dark Orange. HEX triplet: FE, 82 and 02. RGB value is (254,130,2). Sum of RGB (Red+Green+Blue) = 254+130+2=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8202 is #017DFD. Grayscale: #999999. Windows color (decimal): -97790 or 164606. OLE color: 164606.

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

Color convert

RGB 254 130 2 -
CMYK 0 0.49 0.99 0.00
HSL 30.48º 0.99% 0.5% -
HSV(B) 30.48º 0.99% 1% -
XYZ 48.87 37.04 4.63 -
YUV 152.48 43.08 200.41 -
System Red Green Blue C M Y K H S L
Decimal 254 130 2 0 0.49 0.99 0.00 30.48 0.99 0.5
Hex FE 82 2 0 31 63 0 1E 63 32
Octal 376 202 2 0 61 143 0 36 143 62
Binary 11111110 10000010 10 0 110001 1100011 0 11110 1100011 110010

Color Harmonies of #FE8202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8202

Black with #FE8202

Text Example


Text Example

White with #FE8202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8202; }

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

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

background-color css

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

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

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

border-color css

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

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

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