Html Css Color HEX #FE5227 Outrageous Orange

📋 copy color: '#FE5227'

red 254 ◦ green 82 ◦ blue 39

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

Shades of Outrageous Orange #FE5227

Tints of Outrageous Orange #FE5227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.4%

R = 67.73%
G = 21.87%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5227 (or 0xFE5227) is known color: Outrageous Orange. HEX triplet: FE, 52 and 27. RGB value is (254,82,39). Sum of RGB (Red+Green+Blue) = 254+82+39=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5227 is #01ADD8. Grayscale: #808080. Windows color (decimal): -110041 or 2577150. OLE color: 2577150.

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

Color convert

RGB 254 82 39 -
CMYK 0 0.68 0.85 0.00
HSL 12º 0.99% 0.57% -
HSV(B) 12º 0.85% 1% -
XYZ 44.26 27.25 4.85 -
YUV 128.53 77.48 217.5 -
System Red Green Blue C M Y K H S L
Decimal 254 82 39 0 0.68 0.85 0.00 12 0.99 0.57
Hex FE 52 27 0 44 55 0 C 63 39
Octal 376 122 47 0 104 125 0 14 143 71
Binary 11111110 1010010 100111 0 1000100 1010101 0 1100 1100011 111001

Color Harmonies of #FE5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5227

Black with #FE5227

Text Example


Text Example

White with #FE5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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