Html Css Color HEX #FE5535 Outrageous Orange

📋 copy color: '#FE5535'

red 254 ◦ green 85 ◦ blue 53

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

Shades of Outrageous Orange #FE5535

Tints of Outrageous Orange #FE5535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.68%

 BLUE value IS 53 (21.09% from 255) = 13.52%

R = 64.8%
G = 21.68%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE5535 (or 0xFE5535) is known color: Outrageous Orange. HEX triplet: FE, 55 and 35. RGB value is (254,85,53). Sum of RGB (Red+Green+Blue) = 254+85+53=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5535 is #01AACA. Grayscale: #848484. Windows color (decimal): -109259 or 3495422. OLE color: 3495422.

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

Color convert

RGB 254 85 53 -
CMYK 0 0.67 0.79 0.00
HSL 9.55º 0.99% 0.6% -
HSV(B) 9.55º 0.79% 1% -
XYZ 44.76 27.82 6.38 -
YUV 131.88 83.49 215.1 -
System Red Green Blue C M Y K H S L
Decimal 254 85 53 0 0.67 0.79 0.00 9.55 0.99 0.6
Hex FE 55 35 0 43 4F 0 A 63 3C
Octal 376 125 65 0 103 117 0 12 143 74
Binary 11111110 1010101 110101 0 1000011 1001111 0 1010 1100011 111100

Color Harmonies of #FE5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5535

Black with #FE5535

Text Example


Text Example

White with #FE5535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5535; }

 p { color: rgb(254,85,53); }

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

background-color css

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

 a { background-color: rgb(254,85,53); }

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

border-color css

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

 span { border-color: rgb(254,85,53); }

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