Html Css Color HEX #FC5831 Outrageous Orange

📋 copy color: '#FC5831'

red 252 ◦ green 88 ◦ blue 49

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

Shades of Outrageous Orange #FC5831

Tints of Outrageous Orange #FC5831

RGB

 RED value IS 252 (98.83% from 255) = 64.78%

 GREEN value IS 88 (34.77% from 255) = 22.62%

 BLUE value IS 49 (19.53% from 255) = 12.6%

R = 64.78%
G = 22.62%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC5831 (or 0xFC5831) is known color: Outrageous Orange. HEX triplet: FC, 58 and 31. RGB value is (252,88,49). Sum of RGB (Red+Green+Blue) = 252+88+49=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5831 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5831 is #03A7CE. Grayscale: #848484. Windows color (decimal): -239567 or 3234044. OLE color: 3234044.

HSL color Cylindrical-coordinate representation of color #FC5831: hue angle of 11.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC5831 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 88 49 -
CMYK 0 0.65 0.81 0.01
HSL 11.53º 0.97% 0.59% -
HSV(B) 11.53º 0.81% 0.99% -
XYZ 44.19 27.9 5.96 -
YUV 132.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 252 88 49 0 0.65 0.81 0.01 11.53 0.97 0.59
Hex FC 58 31 0 41 51 1 C 61 3B
Octal 374 130 61 0 101 121 1 14 141 73
Binary 11111100 1011000 110001 0 1000001 1010001 1 1100 1100001 111011

Color Harmonies of #FC5831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5831

Black with #FC5831

Text Example


Text Example

White with #FC5831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5831; }

 p { color: rgb(252,88,49); }

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

background-color css

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

 a { background-color: rgb(252,88,49); }

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

border-color css

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

 span { border-color: rgb(252,88,49); }

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