Html Css Color HEX #F78864 Crusta

📋 copy color: '#F78864'

red 247 ◦ green 136 ◦ blue 100

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

Shades of Crusta #F78864

Tints of Crusta #F78864

RGB

 RED value IS 247 (96.88% from 255) = 51.14%

 GREEN value IS 136 (53.52% from 255) = 28.16%

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 51.14%
G = 28.16%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F78864 (or 0xF78864) is known color: Crusta. HEX triplet: F7, 88 and 64. RGB value is (247,136,100). Sum of RGB (Red+Green+Blue) = 247+136+100=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F78864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78864 is #08779B. Grayscale: #A5A5A5. Windows color (decimal): -554908 or 6588663. OLE color: 6588663.

HSL color Cylindrical-coordinate representation of color #F78864: hue angle of 14.69º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F78864 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 136 100 -
CMYK 0 0.45 0.60 0.03
HSL 14.69º 0.9% 0.68% -
HSV(B) 14.69º 0.6% 0.97% -
XYZ 49.46 38.3 16.84 -
YUV 165.09 91.27 186.43 -
System Red Green Blue C M Y K H S L
Decimal 247 136 100 0 0.45 0.60 0.03 14.69 0.9 0.68
Hex F7 88 64 0 2D 3C 3 F 5A 44
Octal 367 210 144 0 55 74 3 17 132 104
Binary 11110111 10001000 1100100 0 101101 111100 11 1111 1011010 1000100

Color Harmonies of #F78864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78864

Black with #F78864

Text Example


Text Example

White with #F78864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78864; }

 p { color: rgb(247,136,100); }

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

background-color css

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

 a { background-color: rgb(247,136,100); }

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

border-color css

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

 span { border-color: rgb(247,136,100); }

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