Html Css Color HEX #F08564 Crusta

📋 copy color: '#F08564'

red 240 ◦ green 133 ◦ blue 100

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

Shades of Crusta #F08564

Tints of Crusta #F08564

RGB

 RED value IS 240 (94.14% from 255) = 50.74%

 GREEN value IS 133 (52.34% from 255) = 28.12%

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

R = 50.74%
G = 28.12%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08564 (or 0xF08564) is known color: Crusta. HEX triplet: F0, 85 and 64. RGB value is (240,133,100). Sum of RGB (Red+Green+Blue) = 240+133+100=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F08564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08564 is #0F7A9B. Grayscale: #A1A1A1. Windows color (decimal): -1014428 or 6587888. OLE color: 6587888.

HSL color Cylindrical-coordinate representation of color #F08564: hue angle of 14.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08564 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 100 -
CMYK 0 0.45 0.58 0.06
HSL 14.14º 0.82% 0.67% -
HSV(B) 14.14º 0.58% 0.94% -
XYZ 46.62 36.22 16.59 -
YUV 161.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 240 133 100 0 0.45 0.58 0.06 14.14 0.82 0.67
Hex F0 85 64 0 2D 3A 6 E 52 43
Octal 360 205 144 0 55 72 6 16 122 103
Binary 11110000 10000101 1100100 0 101101 111010 110 1110 1010010 1000011

Color Harmonies of #F08564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08564

Black with #F08564

Text Example


Text Example

White with #F08564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08564; }

 p { color: rgb(240,133,100); }

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

background-color css

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

 a { background-color: rgb(240,133,100); }

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

border-color css

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

 span { border-color: rgb(240,133,100); }

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