Html Css Color HEX #FE521F Outrageous Orange

📋 copy color: '#FE521F'

red 254 ◦ green 82 ◦ blue 31

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

Shades of Outrageous Orange #FE521F

Tints of Outrageous Orange #FE521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.45%

R = 69.21%
G = 22.34%
B = 8.45%

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

#FE521F (or 0xFE521F) is known color: Outrageous Orange. HEX triplet: FE, 52 and 1F. RGB value is (254,82,31). Sum of RGB (Red+Green+Blue) = 254+82+31=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE521F is #01ADE0. Grayscale: #7F7F7F. Windows color (decimal): -110049 or 2052862. OLE color: 2052862.

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

Color convert

RGB 254 82 31 -
CMYK 0 0.68 0.88 0.00
HSL 13.72º 0.99% 0.56% -
HSV(B) 13.72º 0.88% 1% -
XYZ 44.14 27.2 4.22 -
YUV 127.61 73.48 218.15 -
System Red Green Blue C M Y K H S L
Decimal 254 82 31 0 0.68 0.88 0.00 13.72 0.99 0.56
Hex FE 52 1F 0 44 58 0 E 63 38
Octal 376 122 37 0 104 130 0 16 143 70
Binary 11111110 1010010 11111 0 1000100 1011000 0 1110 1100011 111000

Color Harmonies of #FE521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE521F

Black with #FE521F

Text Example


Text Example

White with #FE521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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