Html Css Color HEX #FE5223 Outrageous Orange

📋 copy color: '#FE5223'

red 254 ◦ green 82 ◦ blue 35

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

Shades of Outrageous Orange #FE5223

Tints of Outrageous Orange #FE5223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.43%

R = 68.46%
G = 22.1%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE5223 (or 0xFE5223) is known color: Outrageous Orange. HEX triplet: FE, 52 and 23. RGB value is (254,82,35). Sum of RGB (Red+Green+Blue) = 254+82+35=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5223 is #01ADDC. Grayscale: #808080. Windows color (decimal): -110045 or 2315006. OLE color: 2315006.

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

Color convert

RGB 254 82 35 -
CMYK 0 0.68 0.86 0.00
HSL 12.88º 0.99% 0.57% -
HSV(B) 12.88º 0.86% 1% -
XYZ 44.19 27.23 4.52 -
YUV 128.07 75.48 217.82 -
System Red Green Blue C M Y K H S L
Decimal 254 82 35 0 0.68 0.86 0.00 12.88 0.99 0.57
Hex FE 52 23 0 44 56 0 D 63 39
Octal 376 122 43 0 104 126 0 15 143 71
Binary 11111110 1010010 100011 0 1000100 1010110 0 1101 1100011 111001

Color Harmonies of #FE5223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5223

Black with #FE5223

Text Example


Text Example

White with #FE5223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5223; }

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

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

background-color css

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

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

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

border-color css

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

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

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