Html Css Color HEX #FC865C Crusta

📋 copy color: '#FC865C'

red 252 ◦ green 134 ◦ blue 92

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

Shades of Crusta #FC865C

Tints of Crusta #FC865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.03%

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

R = 52.72%
G = 28.03%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC865C (or 0xFC865C) is known color: Crusta. HEX triplet: FC, 86 and 5C. RGB value is (252,134,92). Sum of RGB (Red+Green+Blue) = 252+134+92=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC865C is #0379A3. Grayscale: #A4A4A4. Windows color (decimal): -227748 or 6063868. OLE color: 6063868.

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

Color convert

RGB 252 134 92 -
CMYK 0 0.47 0.63 0.01
HSL 15.75º 0.96% 0.67% -
HSV(B) 15.75º 0.63% 0.99% -
XYZ 50.6 38.52 14.89 -
YUV 164.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 252 134 92 0 0.47 0.63 0.01 15.75 0.96 0.67
Hex FC 86 5C 0 2F 3F 1 10 60 43
Octal 374 206 134 0 57 77 1 20 140 103
Binary 11111100 10000110 1011100 0 101111 111111 1 10000 1100000 1000011

Color Harmonies of #FC865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC865C

Black with #FC865C

Text Example


Text Example

White with #FC865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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