Html Css Color HEX #FC875F Crusta

📋 copy color: '#FC875F'

red 252 ◦ green 135 ◦ blue 95

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

Shades of Crusta #FC875F

Tints of Crusta #FC875F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.71%

R = 52.28%
G = 28.01%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC875F (or 0xFC875F) is known color: Crusta. HEX triplet: FC, 87 and 5F. RGB value is (252,135,95). Sum of RGB (Red+Green+Blue) = 252+135+95=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC875F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC875F is #0378A0. Grayscale: #A5A5A5. Windows color (decimal): -227489 or 6260732. OLE color: 6260732.

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

Color convert

RGB 252 135 95 -
CMYK 0 0.46 0.62 0.01
HSL 15.29º 0.96% 0.68% -
HSV(B) 15.29º 0.62% 0.99% -
XYZ 50.87 38.85 15.64 -
YUV 165.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 252 135 95 0 0.46 0.62 0.01 15.29 0.96 0.68
Hex FC 87 5F 0 2E 3E 1 F 60 44
Octal 374 207 137 0 56 76 1 17 140 104
Binary 11111100 10000111 1011111 0 101110 111110 1 1111 1100000 1000100

Color Harmonies of #FC875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC875F

Black with #FC875F

Text Example


Text Example

White with #FC875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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