Html Css Color HEX #FE511F Outrageous Orange

📋 copy color: '#FE511F'

red 254 ◦ green 81 ◦ blue 31

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

Shades of Outrageous Orange #FE511F

Tints of Outrageous Orange #FE511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

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

R = 69.4%
G = 22.13%
B = 8.47%

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

#FE511F (or 0xFE511F) is known color: Outrageous Orange. HEX triplet: FE, 51 and 1F. RGB value is (254,81,31). Sum of RGB (Red+Green+Blue) = 254+81+31=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE511F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE511F is #01AEE0. Grayscale: #7F7F7F. Windows color (decimal): -110305 or 2052606. OLE color: 2052606.

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

Color convert

RGB 254 81 31 -
CMYK 0 0.68 0.88 0.00
HSL 13.45º 0.99% 0.56% -
HSV(B) 13.45º 0.88% 1% -
XYZ 44.06 27.05 4.2 -
YUV 127.03 73.81 218.57 -
System Red Green Blue C M Y K H S L
Decimal 254 81 31 0 0.68 0.88 0.00 13.45 0.99 0.56
Hex FE 51 1F 0 44 58 0 D 63 38
Octal 376 121 37 0 104 130 0 15 143 70
Binary 11111110 1010001 11111 0 1000100 1011000 0 1101 1100011 111000

Color Harmonies of #FE511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE511F

Black with #FE511F

Text Example


Text Example

White with #FE511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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