Html Css Color HEX #FE5228 Outrageous Orange

📋 copy color: '#FE5228'

red 254 ◦ green 82 ◦ blue 40

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

Shades of Outrageous Orange #FE5228

Tints of Outrageous Orange #FE5228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 67.55%
G = 21.81%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE5228 (or 0xFE5228) is known color: Outrageous Orange. HEX triplet: FE, 52 and 28. RGB value is (254,82,40). Sum of RGB (Red+Green+Blue) = 254+82+40=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5228 is #01ADD7. Grayscale: #808080. Windows color (decimal): -110040 or 2642686. OLE color: 2642686.

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

Color convert

RGB 254 82 40 -
CMYK 0 0.68 0.84 0.00
HSL 11.78º 0.99% 0.58% -
HSV(B) 11.78º 0.84% 1% -
XYZ 44.27 27.26 4.94 -
YUV 128.64 77.98 217.42 -
System Red Green Blue C M Y K H S L
Decimal 254 82 40 0 0.68 0.84 0.00 11.78 0.99 0.58
Hex FE 52 28 0 44 54 0 C 63 3A
Octal 376 122 50 0 104 124 0 14 143 72
Binary 11111110 1010010 101000 0 1000100 1010100 0 1100 1100011 111010

Color Harmonies of #FE5228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5228

Black with #FE5228

Text Example


Text Example

White with #FE5228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5228; }

 p { color: rgb(254,82,40); }

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

background-color css

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

 a { background-color: rgb(254,82,40); }

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

border-color css

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

 span { border-color: rgb(254,82,40); }

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