Html Css Color HEX #F78964 Crusta

📋 copy color: '#F78964'

red 247 ◦ green 137 ◦ blue 100

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

Shades of Crusta #F78964

Tints of Crusta #F78964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.31%

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

R = 51.03%
G = 28.31%
B = 20.66%

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

#F78964 (or 0xF78964) is known color: Crusta. HEX triplet: F7, 89 and 64. RGB value is (247,137,100). Sum of RGB (Red+Green+Blue) = 247+137+100=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F78964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78964 is #08769B. Grayscale: #A5A5A5. Windows color (decimal): -554652 or 6588919. OLE color: 6588919.

HSL color Cylindrical-coordinate representation of color #F78964: hue angle of 15.1º 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 #F78964 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 137 100 -
CMYK 0 0.45 0.60 0.03
HSL 15.1º 0.9% 0.68% -
HSV(B) 15.1º 0.6% 0.97% -
XYZ 49.6 38.59 16.89 -
YUV 165.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 247 137 100 0 0.45 0.60 0.03 15.1 0.9 0.68
Hex F7 89 64 0 2D 3C 3 F 5A 44
Octal 367 211 144 0 55 74 3 17 132 104
Binary 11110111 10001001 1100100 0 101101 111100 11 1111 1011010 1000100

Color Harmonies of #F78964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78964

Black with #F78964

Text Example


Text Example

White with #F78964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78964; }

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

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

background-color css

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

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

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

border-color css

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

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

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