Html Css Color HEX #FE8302 Dark Orange

📋 copy color: '#FE8302'

red 254 ◦ green 131 ◦ blue 2

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

Shades of Dark Orange #FE8302

Tints of Dark Orange #FE8302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 65.63%
G = 33.85%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE8302 (or 0xFE8302) is known color: Dark Orange. HEX triplet: FE, 83 and 02. RGB value is (254,131,2). Sum of RGB (Red+Green+Blue) = 254+131+2=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8302 is #017CFD. Grayscale: #999999. Windows color (decimal): -97534 or 164862. OLE color: 164862.

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

Color convert

RGB 254 131 2 -
CMYK 0 0.48 0.99 0.00
HSL 30.71º 0.99% 0.5% -
HSV(B) 30.71º 0.99% 1% -
XYZ 49 37.31 4.68 -
YUV 153.07 42.75 199.99 -
System Red Green Blue C M Y K H S L
Decimal 254 131 2 0 0.48 0.99 0.00 30.71 0.99 0.5
Hex FE 83 2 0 30 63 0 1F 63 32
Octal 376 203 2 0 60 143 0 37 143 62
Binary 11111110 10000011 10 0 110000 1100011 0 11111 1100011 110010

Color Harmonies of #FE8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8302

Black with #FE8302

Text Example


Text Example

White with #FE8302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8302; }

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

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

background-color css

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

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

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

border-color css

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

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

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