Html Css Color HEX #FC875E Crusta

📋 copy color: '#FC875E'

red 252 ◦ green 135 ◦ blue 94

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

Shades of Crusta #FC875E

Tints of Crusta #FC875E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.54%

R = 52.39%
G = 28.07%
B = 19.54%

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

#FC875E (or 0xFC875E) is known color: Crusta. HEX triplet: FC, 87 and 5E. RGB value is (252,135,94). Sum of RGB (Red+Green+Blue) = 252+135+94=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC875E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC875E is #0378A1. Grayscale: #A5A5A5. Windows color (decimal): -227490 or 6195196. OLE color: 6195196.

HSL color Cylindrical-coordinate representation of color #FC875E: hue angle of 15.57º 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 #FC875E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 135 94 -
CMYK 0 0.46 0.63 0.01
HSL 15.57º 0.96% 0.68% -
HSV(B) 15.57º 0.63% 0.99% -
XYZ 50.83 38.83 15.41 -
YUV 165.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 252 135 94 0 0.46 0.63 0.01 15.57 0.96 0.68
Hex FC 87 5E 0 2E 3F 1 10 60 44
Octal 374 207 136 0 56 77 1 20 140 104
Binary 11111100 10000111 1011110 0 101110 111111 1 10000 1100000 1000100

Color Harmonies of #FC875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC875E

Black with #FC875E

Text Example


Text Example

White with #FC875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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