Html Css Color HEX #FC875D Crusta

📋 copy color: '#FC875D'

red 252 ◦ green 135 ◦ blue 93

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

Shades of Crusta #FC875D

Tints of Crusta #FC875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.38%

R = 52.5%
G = 28.13%
B = 19.38%

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

#FC875D (or 0xFC875D) is known color: Crusta. HEX triplet: FC, 87 and 5D. RGB value is (252,135,93). Sum of RGB (Red+Green+Blue) = 252+135+93=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC875D is #0378A2. Grayscale: #A5A5A5. Windows color (decimal): -227491 or 6129660. OLE color: 6129660.

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

Color convert

RGB 252 135 93 -
CMYK 0 0.46 0.63 0.01
HSL 15.85º 0.96% 0.68% -
HSV(B) 15.85º 0.63% 0.99% -
XYZ 50.78 38.81 15.17 -
YUV 165.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 252 135 93 0 0.46 0.63 0.01 15.85 0.96 0.68
Hex FC 87 5D 0 2E 3F 1 10 60 44
Octal 374 207 135 0 56 77 1 20 140 104
Binary 11111100 10000111 1011101 0 101110 111111 1 10000 1100000 1000100

Color Harmonies of #FC875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC875D

Black with #FC875D

Text Example


Text Example

White with #FC875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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