Html Css Color HEX #FE5A29 Outrageous Orange

📋 copy color: '#FE5A29'

red 254 ◦ green 90 ◦ blue 41

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

Shades of Outrageous Orange #FE5A29

Tints of Outrageous Orange #FE5A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 65.97%
G = 23.38%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE5A29 (or 0xFE5A29) is known color: Outrageous Orange. HEX triplet: FE, 5A and 29. RGB value is (254,90,41). Sum of RGB (Red+Green+Blue) = 254+90+41=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A29 is #01A5D6. Grayscale: #858585. Windows color (decimal): -107991 or 2710270. OLE color: 2710270.

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

Color convert

RGB 254 90 41 -
CMYK 0 0.65 0.84 0.00
HSL 13.8º 0.99% 0.58% -
HSV(B) 13.8º 0.84% 1% -
XYZ 44.93 28.54 5.24 -
YUV 133.45 75.83 213.98 -
System Red Green Blue C M Y K H S L
Decimal 254 90 41 0 0.65 0.84 0.00 13.8 0.99 0.58
Hex FE 5A 29 0 41 54 0 E 63 3A
Octal 376 132 51 0 101 124 0 16 143 72
Binary 11111110 1011010 101001 0 1000001 1010100 0 1110 1100011 111010

Color Harmonies of #FE5A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A29

Black with #FE5A29

Text Example


Text Example

White with #FE5A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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