Html Css Color HEX #FC865B Crusta

📋 copy color: '#FC865B'

red 252 ◦ green 134 ◦ blue 91

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

Shades of Crusta #FC865B

Tints of Crusta #FC865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.08%

R = 52.83%
G = 28.09%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC865B (or 0xFC865B) is known color: Crusta. HEX triplet: FC, 86 and 5B. RGB value is (252,134,91). Sum of RGB (Red+Green+Blue) = 252+134+91=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC865B is #0379A4. Grayscale: #A4A4A4. Windows color (decimal): -227749 or 5998332. OLE color: 5998332.

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

Color convert

RGB 252 134 91 -
CMYK 0 0.47 0.64 0.01
HSL 16.02º 0.96% 0.67% -
HSV(B) 16.02º 0.64% 0.99% -
XYZ 50.56 38.5 14.66 -
YUV 164.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 252 134 91 0 0.47 0.64 0.01 16.02 0.96 0.67
Hex FC 86 5B 0 2F 40 1 10 60 43
Octal 374 206 133 0 57 100 1 20 140 103
Binary 11111100 10000110 1011011 0 101111 1000000 1 10000 1100000 1000011

Color Harmonies of #FC865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC865B

Black with #FC865B

Text Example


Text Example

White with #FC865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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