Html Css Color HEX #FE521E Outrageous Orange

📋 copy color: '#FE521E'

red 254 ◦ green 82 ◦ blue 30

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

Shades of Outrageous Orange #FE521E

Tints of Outrageous Orange #FE521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 69.4%
G = 22.4%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE521E (or 0xFE521E) is known color: Outrageous Orange. HEX triplet: FE, 52 and 1E. RGB value is (254,82,30). Sum of RGB (Red+Green+Blue) = 254+82+30=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE521E is #01ADE1. Grayscale: #7F7F7F. Windows color (decimal): -110050 or 1987326. OLE color: 1987326.

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

Color convert

RGB 254 82 30 -
CMYK 0 0.68 0.88 0.00
HSL 13.93º 0.99% 0.56% -
HSV(B) 13.93º 0.88% 1% -
XYZ 44.12 27.2 4.15 -
YUV 127.5 72.98 218.23 -
System Red Green Blue C M Y K H S L
Decimal 254 82 30 0 0.68 0.88 0.00 13.93 0.99 0.56
Hex FE 52 1E 0 44 58 0 E 63 38
Octal 376 122 36 0 104 130 0 16 143 70
Binary 11111110 1010010 11110 0 1000100 1011000 0 1110 1100011 111000

Color Harmonies of #FE521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE521E

Black with #FE521E

Text Example


Text Example

White with #FE521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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