Html Css Color HEX #FC865E Crusta

📋 copy color: '#FC865E'

red 252 ◦ green 134 ◦ blue 94

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

Shades of Crusta #FC865E

Tints of Crusta #FC865E

RGB

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

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

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

R = 52.5%
G = 27.92%
B = 19.58%

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

#FC865E (or 0xFC865E) is known color: Crusta. HEX triplet: FC, 86 and 5E. RGB value is (252,134,94). Sum of RGB (Red+Green+Blue) = 252+134+94=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC865E is #0379A1. Grayscale: #A5A5A5. Windows color (decimal): -227746 or 6194940. OLE color: 6194940.

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

Color convert

RGB 252 134 94 -
CMYK 0 0.47 0.63 0.01
HSL 15.19º 0.96% 0.68% -
HSV(B) 15.19º 0.63% 0.99% -
XYZ 50.69 38.55 15.36 -
YUV 164.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 252 134 94 0 0.47 0.63 0.01 15.19 0.96 0.68
Hex FC 86 5E 0 2F 3F 1 F 60 44
Octal 374 206 136 0 57 77 1 17 140 104
Binary 11111100 10000110 1011110 0 101111 111111 1 1111 1100000 1000100

Color Harmonies of #FC865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC865E

Black with #FC865E

Text Example


Text Example

White with #FC865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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