Html Css Color HEX #FE5332 Outrageous Orange

📋 copy color: '#FE5332'

red 254 ◦ green 83 ◦ blue 50

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

Shades of Outrageous Orange #FE5332

Tints of Outrageous Orange #FE5332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 65.63%
G = 21.45%
B = 12.92%

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

#FE5332 (or 0xFE5332) is known color: Outrageous Orange. HEX triplet: FE, 53 and 32. RGB value is (254,83,50). Sum of RGB (Red+Green+Blue) = 254+83+50=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5332 is #01ACCD. Grayscale: #828282. Windows color (decimal): -109774 or 3298302. OLE color: 3298302.

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

Color convert

RGB 254 83 50 -
CMYK 0 0.67 0.80 0.00
HSL 9.71º 0.99% 0.6% -
HSV(B) 9.71º 0.8% 1% -
XYZ 44.54 27.49 5.98 -
YUV 130.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 254 83 50 0 0.67 0.80 0.00 9.71 0.99 0.6
Hex FE 53 32 0 43 50 0 A 63 3C
Octal 376 123 62 0 103 120 0 12 143 74
Binary 11111110 1010011 110010 0 1000011 1010000 0 1010 1100011 111100

Color Harmonies of #FE5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5332

Black with #FE5332

Text Example


Text Example

White with #FE5332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5332; }

 p { color: rgb(254,83,50); }

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

background-color css

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

 a { background-color: rgb(254,83,50); }

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

border-color css

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

 span { border-color: rgb(254,83,50); }

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