Html Css Color HEX #FC5829 Outrageous Orange

📋 copy color: '#FC5829'

red 252 ◦ green 88 ◦ blue 41

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

Shades of Outrageous Orange #FC5829

Tints of Outrageous Orange #FC5829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 66.14%
G = 23.1%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC5829 (or 0xFC5829) is known color: Outrageous Orange. HEX triplet: FC, 58 and 29. RGB value is (252,88,41). Sum of RGB (Red+Green+Blue) = 252+88+41=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5829 is #03A7D6. Grayscale: #848484. Windows color (decimal): -239575 or 2709756. OLE color: 2709756.

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

Color convert

RGB 252 88 41 -
CMYK 0 0.65 0.84 0.01
HSL 13.36º 0.97% 0.57% -
HSV(B) 13.36º 0.84% 0.99% -
XYZ 44.03 27.83 5.15 -
YUV 131.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 252 88 41 0 0.65 0.84 0.01 13.36 0.97 0.57
Hex FC 58 29 0 41 54 1 D 61 39
Octal 374 130 51 0 101 124 1 15 141 71
Binary 11111100 1011000 101001 0 1000001 1010100 1 1101 1100001 111001

Color Harmonies of #FC5829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5829

Black with #FC5829

Text Example


Text Example

White with #FC5829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5829; }

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

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

background-color css

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

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

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

border-color css

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

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

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