Html Css Color HEX #F77F60 Crusta

📋 copy color: '#F77F60'

red 247 ◦ green 127 ◦ blue 96

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

Shades of Crusta #F77F60

Tints of Crusta #F77F60

RGB

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

 GREEN value IS 127 (50% from 255) = 27.02%

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 52.55%
G = 27.02%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F77F60 (or 0xF77F60) is known color: Crusta. HEX triplet: F7, 7F and 60. RGB value is (247,127,96). Sum of RGB (Red+Green+Blue) = 247+127+96=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77F60 is #08809F. Grayscale: #9F9F9F. Windows color (decimal): -557216 or 6324215. OLE color: 6324215.

HSL color Cylindrical-coordinate representation of color #F77F60: hue angle of 12.32º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F77F60 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 127 96 -
CMYK 0 0.49 0.61 0.03
HSL 12.32º 0.9% 0.67% -
HSV(B) 12.32º 0.61% 0.97% -
XYZ 48.06 35.8 15.44 -
YUV 159.35 92.26 190.52 -
System Red Green Blue C M Y K H S L
Decimal 247 127 96 0 0.49 0.61 0.03 12.32 0.9 0.67
Hex F7 7F 60 0 31 3D 3 C 5A 43
Octal 367 177 140 0 61 75 3 14 132 103
Binary 11110111 1111111 1100000 0 110001 111101 11 1100 1011010 1000011

Color Harmonies of #F77F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F60

Black with #F77F60

Text Example


Text Example

White with #F77F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F60; }

 p { color: rgb(247,127,96); }

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

background-color css

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

 a { background-color: rgb(247,127,96); }

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

border-color css

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

 span { border-color: rgb(247,127,96); }

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