Html Css Color HEX #F78360 Crusta

📋 copy color: '#F78360'

red 247 ◦ green 131 ◦ blue 96

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

Shades of Crusta #F78360

Tints of Crusta #F78360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.64%

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

R = 52.11%
G = 27.64%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F78360 (or 0xF78360) is known color: Crusta. HEX triplet: F7, 83 and 60. RGB value is (247,131,96). Sum of RGB (Red+Green+Blue) = 247+131+96=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F78360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78360 is #087C9F. Grayscale: #A1A1A1. Windows color (decimal): -556192 or 6325239. OLE color: 6325239.

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

Color convert

RGB 247 131 96 -
CMYK 0 0.47 0.61 0.03
HSL 13.91º 0.9% 0.67% -
HSV(B) 13.91º 0.61% 0.97% -
XYZ 48.59 36.85 15.62 -
YUV 161.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 247 131 96 0 0.47 0.61 0.03 13.91 0.9 0.67
Hex F7 83 60 0 2F 3D 3 E 5A 43
Octal 367 203 140 0 57 75 3 16 132 103
Binary 11110111 10000011 1100000 0 101111 111101 11 1110 1011010 1000011

Color Harmonies of #F78360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78360

Black with #F78360

Text Example


Text Example

White with #F78360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78360; }

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

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

background-color css

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

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

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

border-color css

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

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

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