Html Css Color HEX #FE5A2F Outrageous Orange

📋 copy color: '#FE5A2F'

red 254 ◦ green 90 ◦ blue 47

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

Shades of Outrageous Orange #FE5A2F

Tints of Outrageous Orange #FE5A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.02%

 BLUE value IS 47 (18.75% from 255) = 12.02%

R = 64.96%
G = 23.02%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE5A2F (or 0xFE5A2F) is known color: Outrageous Orange. HEX triplet: FE, 5A and 2F. RGB value is (254,90,47). Sum of RGB (Red+Green+Blue) = 254+90+47=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A2F is #01A5D0. Grayscale: #868686. Windows color (decimal): -107985 or 3103486. OLE color: 3103486.

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

Color convert

RGB 254 90 47 -
CMYK 0 0.65 0.81 0.00
HSL 12.46º 0.99% 0.59% -
HSV(B) 12.46º 0.81% 1% -
XYZ 45.04 28.59 5.83 -
YUV 134.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 254 90 47 0 0.65 0.81 0.00 12.46 0.99 0.59
Hex FE 5A 2F 0 41 51 0 C 63 3B
Octal 376 132 57 0 101 121 0 14 143 73
Binary 11111110 1011010 101111 0 1000001 1010001 0 1100 1100011 111011

Color Harmonies of #FE5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A2F

Black with #FE5A2F

Text Example


Text Example

White with #FE5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A2F; }

 p { color: rgb(254,90,47); }

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

background-color css

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

 a { background-color: rgb(254,90,47); }

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

border-color css

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

 span { border-color: rgb(254,90,47); }

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