Html Css Color HEX #FE5D1E Outrageous Orange

📋 copy color: '#FE5D1E'

red 254 ◦ green 93 ◦ blue 30

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

Shades of Outrageous Orange #FE5D1E

Tints of Outrageous Orange #FE5D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 30 (12.11% from 255) = 7.96%

R = 67.37%
G = 24.67%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE5D1E (or 0xFE5D1E) is known color: Outrageous Orange. HEX triplet: FE, 5D and 1E. RGB value is (254,93,30). Sum of RGB (Red+Green+Blue) = 254+93+30=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5D1E is #01A2E1. Grayscale: #868686. Windows color (decimal): -107234 or 1990142. OLE color: 1990142.

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

Color convert

RGB 254 93 30 -
CMYK 0 0.63 0.88 0.00
HSL 16.88º 0.99% 0.56% -
HSV(B) 16.88º 0.88% 1% -
XYZ 45.02 28.99 4.45 -
YUV 133.96 69.34 213.62 -
System Red Green Blue C M Y K H S L
Decimal 254 93 30 0 0.63 0.88 0.00 16.88 0.99 0.56
Hex FE 5D 1E 0 3F 58 0 11 63 38
Octal 376 135 36 0 77 130 0 21 143 70
Binary 11111110 1011101 11110 0 111111 1011000 0 10001 1100011 111000

Color Harmonies of #FE5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D1E

Black with #FE5D1E

Text Example


Text Example

White with #FE5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D1E; }

 p { color: rgb(254,93,30); }

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

background-color css

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

 a { background-color: rgb(254,93,30); }

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

border-color css

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

 span { border-color: rgb(254,93,30); }

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