Html Css Color HEX #FC571C Outrageous Orange

📋 copy color: '#FC571C'

red 252 ◦ green 87 ◦ blue 28

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

Shades of Outrageous Orange #FC571C

Tints of Outrageous Orange #FC571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 68.66%
G = 23.71%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC571C (or 0xFC571C) is known color: Outrageous Orange. HEX triplet: FC, 57 and 1C. RGB value is (252,87,28). Sum of RGB (Red+Green+Blue) = 252+87+28=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC571C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC571C is #03A8E3. Grayscale: #828282. Windows color (decimal): -239844 or 1857532. OLE color: 1857532.

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

Color convert

RGB 252 87 28 -
CMYK 0 0.65 0.89 0.01
HSL 15.8º 0.97% 0.55% -
HSV(B) 15.8º 0.89% 0.99% -
XYZ 43.76 27.6 4.12 -
YUV 129.61 70.66 215.3 -
System Red Green Blue C M Y K H S L
Decimal 252 87 28 0 0.65 0.89 0.01 15.8 0.97 0.55
Hex FC 57 1C 0 41 59 1 10 61 37
Octal 374 127 34 0 101 131 1 20 141 67
Binary 11111100 1010111 11100 0 1000001 1011001 1 10000 1100001 110111

Color Harmonies of #FC571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC571C

Black with #FC571C

Text Example


Text Example

White with #FC571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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