Html Css Color HEX #FE5233 Outrageous Orange

📋 copy color: '#FE5233'

red 254 ◦ green 82 ◦ blue 51

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

Shades of Outrageous Orange #FE5233

Tints of Outrageous Orange #FE5233

RGB

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

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

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

R = 65.63%
G = 21.19%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE5233 (or 0xFE5233) is known color: Outrageous Orange. HEX triplet: FE, 52 and 33. RGB value is (254,82,51). Sum of RGB (Red+Green+Blue) = 254+82+51=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5233 is #01ADCC. Grayscale: #828282. Windows color (decimal): -110029 or 3363582. OLE color: 3363582.

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

Color convert

RGB 254 82 51 -
CMYK 0 0.68 0.80 0.00
HSL 9.16º 0.99% 0.6% -
HSV(B) 9.16º 0.8% 1% -
XYZ 44.49 27.34 6.07 -
YUV 129.89 83.48 216.52 -
System Red Green Blue C M Y K H S L
Decimal 254 82 51 0 0.68 0.80 0.00 9.16 0.99 0.6
Hex FE 52 33 0 44 50 0 9 63 3C
Octal 376 122 63 0 104 120 0 11 143 74
Binary 11111110 1010010 110011 0 1000100 1010000 0 1001 1100011 111100

Color Harmonies of #FE5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5233

Black with #FE5233

Text Example


Text Example

White with #FE5233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5233; }

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

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

background-color css

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

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

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

border-color css

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

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

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