Html Css Color HEX #FC875C Crusta

📋 copy color: '#FC875C'

red 252 ◦ green 135 ◦ blue 92

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

Shades of Crusta #FC875C

Tints of Crusta #FC875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.18%

 BLUE value IS 92 (36.33% from 255) = 19.21%

R = 52.61%
G = 28.18%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC875C (or 0xFC875C) is known color: Crusta. HEX triplet: FC, 87 and 5C. RGB value is (252,135,92). Sum of RGB (Red+Green+Blue) = 252+135+92=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC875C is #0378A3. Grayscale: #A5A5A5. Windows color (decimal): -227492 or 6064124. OLE color: 6064124.

HSL color Cylindrical-coordinate representation of color #FC875C: hue angle of 16.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC875C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 135 92 -
CMYK 0 0.46 0.63 0.01
HSL 16.13º 0.96% 0.67% -
HSV(B) 16.13º 0.63% 0.99% -
XYZ 50.74 38.8 14.94 -
YUV 165.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 252 135 92 0 0.46 0.63 0.01 16.13 0.96 0.67
Hex FC 87 5C 0 2E 3F 1 10 60 43
Octal 374 207 134 0 56 77 1 20 140 103
Binary 11111100 10000111 1011100 0 101110 111111 1 10000 1100000 1000011

Color Harmonies of #FC875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC875C

Black with #FC875C

Text Example


Text Example

White with #FC875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC875C; }

 p { color: rgb(252,135,92); }

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

background-color css

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

 a { background-color: rgb(252,135,92); }

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

border-color css

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

 span { border-color: rgb(252,135,92); }

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