Html Css Color HEX #FE5A3C Outrageous Orange

📋 copy color: '#FE5A3C'

red 254 ◦ green 90 ◦ blue 60

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

Shades of Outrageous Orange #FE5A3C

Tints of Outrageous Orange #FE5A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.85%

R = 62.87%
G = 22.28%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE5A3C (or 0xFE5A3C) is known color: Outrageous Orange. HEX triplet: FE, 5A and 3C. RGB value is (254,90,60). Sum of RGB (Red+Green+Blue) = 254+90+60=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A3C is #01A5C3. Grayscale: #878787. Windows color (decimal): -107972 or 3955454. OLE color: 3955454.

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

Color convert

RGB 254 90 60 -
CMYK 0 0.65 0.76 0.00
HSL 9.28º 0.99% 0.62% -
HSV(B) 9.28º 0.76% 1% -
XYZ 45.34 28.71 7.43 -
YUV 135.62 85.33 212.44 -
System Red Green Blue C M Y K H S L
Decimal 254 90 60 0 0.65 0.76 0.00 9.28 0.99 0.62
Hex FE 5A 3C 0 41 4C 0 9 63 3E
Octal 376 132 74 0 101 114 0 11 143 76
Binary 11111110 1011010 111100 0 1000001 1001100 0 1001 1100011 111110

Color Harmonies of #FE5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5A3C

Black with #FE5A3C

Text Example


Text Example

White with #FE5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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