Html Css Color HEX #FE5A2A Outrageous Orange

📋 copy color: '#FE5A2A'

red 254 ◦ green 90 ◦ blue 42

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

Shades of Outrageous Orange #FE5A2A

Tints of Outrageous Orange #FE5A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 65.8%
G = 23.32%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE5A2A (or 0xFE5A2A) is known color: Outrageous Orange. HEX triplet: FE, 5A and 2A. RGB value is (254,90,42). Sum of RGB (Red+Green+Blue) = 254+90+42=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A2A is #01A5D5. Grayscale: #858585. Windows color (decimal): -107990 or 2775806. OLE color: 2775806.

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

Color convert

RGB 254 90 42 -
CMYK 0 0.65 0.83 0.00
HSL 13.58º 0.99% 0.58% -
HSV(B) 13.58º 0.83% 1% -
XYZ 44.95 28.55 5.33 -
YUV 133.56 76.33 213.9 -
System Red Green Blue C M Y K H S L
Decimal 254 90 42 0 0.65 0.83 0.00 13.58 0.99 0.58
Hex FE 5A 2A 0 41 53 0 E 63 3A
Octal 376 132 52 0 101 123 0 16 143 72
Binary 11111110 1011010 101010 0 1000001 1010011 0 1110 1100011 111010

Color Harmonies of #FE5A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A2A

Black with #FE5A2A

Text Example


Text Example

White with #FE5A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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