Html Css Color HEX #FE541F Outrageous Orange

📋 copy color: '#FE541F'

red 254 ◦ green 84 ◦ blue 31

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

Shades of Outrageous Orange #FE541F

Tints of Outrageous Orange #FE541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 68.83%
G = 22.76%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE541F (or 0xFE541F) is known color: Outrageous Orange. HEX triplet: FE, 54 and 1F. RGB value is (254,84,31). Sum of RGB (Red+Green+Blue) = 254+84+31=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE541F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE541F is #01ABE0. Grayscale: #818181. Windows color (decimal): -109537 or 2053374. OLE color: 2053374.

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

Color convert

RGB 254 84 31 -
CMYK 0 0.67 0.88 0.00
HSL 14.26º 0.99% 0.56% -
HSV(B) 14.26º 0.88% 1% -
XYZ 44.29 27.51 4.27 -
YUV 128.79 72.82 217.31 -
System Red Green Blue C M Y K H S L
Decimal 254 84 31 0 0.67 0.88 0.00 14.26 0.99 0.56
Hex FE 54 1F 0 43 58 0 E 63 38
Octal 376 124 37 0 103 130 0 16 143 70
Binary 11111110 1010100 11111 0 1000011 1011000 0 1110 1100011 111000

Color Harmonies of #FE541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE541F

Black with #FE541F

Text Example


Text Example

White with #FE541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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