Html Css Color HEX #FE5533 Outrageous Orange

📋 copy color: '#FE5533'

red 254 ◦ green 85 ◦ blue 51

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

Shades of Outrageous Orange #FE5533

Tints of Outrageous Orange #FE5533

RGB

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

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

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

R = 65.13%
G = 21.79%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE5533 (or 0xFE5533) is known color: Outrageous Orange. HEX triplet: FE, 55 and 33. RGB value is (254,85,51). Sum of RGB (Red+Green+Blue) = 254+85+51=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5533 is #01AACC. Grayscale: #838383. Windows color (decimal): -109261 or 3364350. OLE color: 3364350.

HSL color Cylindrical-coordinate representation of color #FE5533: hue angle of 10.05º 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 #FE5533 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 85 51 -
CMYK 0 0.67 0.80 0.00
HSL 10.05º 0.99% 0.6% -
HSV(B) 10.05º 0.8% 1% -
XYZ 44.72 27.81 6.14 -
YUV 131.66 82.49 215.26 -
System Red Green Blue C M Y K H S L
Decimal 254 85 51 0 0.67 0.80 0.00 10.05 0.99 0.6
Hex FE 55 33 0 43 50 0 A 63 3C
Octal 376 125 63 0 103 120 0 12 143 74
Binary 11111110 1010101 110011 0 1000011 1010000 0 1010 1100011 111100

Color Harmonies of #FE5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5533

Black with #FE5533

Text Example


Text Example

White with #FE5533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5533; }

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

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

background-color css

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

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

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

border-color css

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

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

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