Html Css Color HEX #FE5A33 Outrageous Orange

📋 copy color: '#FE5A33'

red 254 ◦ green 90 ◦ blue 51

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

Shades of Outrageous Orange #FE5A33

Tints of Outrageous Orange #FE5A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.91%

R = 64.3%
G = 22.78%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE5A33 (or 0xFE5A33) is known color: Outrageous Orange. HEX triplet: FE, 5A and 33. RGB value is (254,90,51). Sum of RGB (Red+Green+Blue) = 254+90+51=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A33 is #01A5CC. Grayscale: #868686. Windows color (decimal): -107981 or 3365630. OLE color: 3365630.

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

Color convert

RGB 254 90 51 -
CMYK 0 0.65 0.80 0.00
HSL 11.53º 0.99% 0.6% -
HSV(B) 11.53º 0.8% 1% -
XYZ 45.13 28.62 6.28 -
YUV 134.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 254 90 51 0 0.65 0.80 0.00 11.53 0.99 0.6
Hex FE 5A 33 0 41 50 0 C 63 3C
Octal 376 132 63 0 101 120 0 14 143 74
Binary 11111110 1011010 110011 0 1000001 1010000 0 1100 1100011 111100

Color Harmonies of #FE5A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A33

Black with #FE5A33

Text Example


Text Example

White with #FE5A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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