Html Css Color HEX #FC5728 Outrageous Orange

📋 copy color: '#FC5728'

red 252 ◦ green 87 ◦ blue 40

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

Shades of Outrageous Orange #FC5728

Tints of Outrageous Orange #FC5728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.96%

 BLUE value IS 40 (16.02% from 255) = 10.55%

R = 66.49%
G = 22.96%
B = 10.55%

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

#FC5728 (or 0xFC5728) is known color: Outrageous Orange. HEX triplet: FC, 57 and 28. RGB value is (252,87,40). Sum of RGB (Red+Green+Blue) = 252+87+40=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5728 is #03A8D7. Grayscale: #838383. Windows color (decimal): -239832 or 2643964. OLE color: 2643964.

HSL color Cylindrical-coordinate representation of color #FC5728: hue angle of 13.3º 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 #FC5728 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 87 40 -
CMYK 0 0.65 0.84 0.01
HSL 13.3º 0.97% 0.57% -
HSV(B) 13.3º 0.84% 0.99% -
XYZ 43.94 27.67 5.03 -
YUV 130.98 76.66 214.32 -
System Red Green Blue C M Y K H S L
Decimal 252 87 40 0 0.65 0.84 0.01 13.3 0.97 0.57
Hex FC 57 28 0 41 54 1 D 61 39
Octal 374 127 50 0 101 124 1 15 141 71
Binary 11111100 1010111 101000 0 1000001 1010100 1 1101 1100001 111001

Color Harmonies of #FC5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5728

Black with #FC5728

Text Example


Text Example

White with #FC5728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5728; }

 p { color: rgb(252,87,40); }

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

background-color css

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

 a { background-color: rgb(252,87,40); }

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

border-color css

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

 span { border-color: rgb(252,87,40); }

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