Html Css Color HEX #FE6132 Outrageous Orange

📋 copy color: '#FE6132'

red 254 ◦ green 97 ◦ blue 50

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

Shades of Outrageous Orange #FE6132

Tints of Outrageous Orange #FE6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.19%

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

R = 63.34%
G = 24.19%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE6132 (or 0xFE6132) is known color: Outrageous Orange. HEX triplet: FE, 61 and 32. RGB value is (254,97,50). Sum of RGB (Red+Green+Blue) = 254+97+50=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6132 is #019ECD. Grayscale: #8A8A8A. Windows color (decimal): -106190 or 3301886. OLE color: 3301886.

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

Color convert

RGB 254 97 50 -
CMYK 0 0.62 0.80 0.00
HSL 13.82º 0.99% 0.6% -
HSV(B) 13.82º 0.8% 1% -
XYZ 45.72 29.85 6.37 -
YUV 138.59 78.01 210.32 -
System Red Green Blue C M Y K H S L
Decimal 254 97 50 0 0.62 0.80 0.00 13.82 0.99 0.6
Hex FE 61 32 0 3E 50 0 E 63 3C
Octal 376 141 62 0 76 120 0 16 143 74
Binary 11111110 1100001 110010 0 111110 1010000 0 1110 1100011 111100

Color Harmonies of #FE6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6132

Black with #FE6132

Text Example


Text Example

White with #FE6132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6132; }

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

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

background-color css

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

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

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

border-color css

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

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

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