Html Css Color HEX #FC572D Outrageous Orange

📋 copy color: '#FC572D'

red 252 ◦ green 87 ◦ blue 45

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

Shades of Outrageous Orange #FC572D

Tints of Outrageous Orange #FC572D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 65.63%
G = 22.66%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC572D (or 0xFC572D) is known color: Outrageous Orange. HEX triplet: FC, 57 and 2D. RGB value is (252,87,45). Sum of RGB (Red+Green+Blue) = 252+87+45=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC572D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC572D is #03A8D2. Grayscale: #838383. Windows color (decimal): -239827 or 2971644. OLE color: 2971644.

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

Color convert

RGB 252 87 45 -
CMYK 0 0.65 0.82 0.01
HSL 12.17º 0.97% 0.58% -
HSV(B) 12.17º 0.82% 0.99% -
XYZ 44.03 27.7 5.51 -
YUV 131.55 79.16 213.92 -
System Red Green Blue C M Y K H S L
Decimal 252 87 45 0 0.65 0.82 0.01 12.17 0.97 0.58
Hex FC 57 2D 0 41 52 1 C 61 3A
Octal 374 127 55 0 101 122 1 14 141 72
Binary 11111100 1010111 101101 0 1000001 1010010 1 1100 1100001 111010

Color Harmonies of #FC572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC572D

Black with #FC572D

Text Example


Text Example

White with #FC572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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