Html Css Color HEX #F08464 Crusta

📋 copy color: '#F08464'

red 240 ◦ green 132 ◦ blue 100

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

Shades of Crusta #F08464

Tints of Crusta #F08464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.97%

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

R = 50.85%
G = 27.97%
B = 21.19%

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

#F08464 (or 0xF08464) is known color: Crusta. HEX triplet: F0, 84 and 64. RGB value is (240,132,100). Sum of RGB (Red+Green+Blue) = 240+132+100=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F08464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08464 is #0F7B9B. Grayscale: #A0A0A0. Windows color (decimal): -1014684 or 6587632. OLE color: 6587632.

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

Color convert

RGB 240 132 100 -
CMYK 0 0.45 0.58 0.06
HSL 13.71º 0.82% 0.67% -
HSV(B) 13.71º 0.58% 0.94% -
XYZ 46.49 35.95 16.55 -
YUV 160.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 240 132 100 0 0.45 0.58 0.06 13.71 0.82 0.67
Hex F0 84 64 0 2D 3A 6 E 52 43
Octal 360 204 144 0 55 72 6 16 122 103
Binary 11110000 10000100 1100100 0 101101 111010 110 1110 1010010 1000011

Color Harmonies of #F08464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08464

Black with #F08464

Text Example


Text Example

White with #F08464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08464; }

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

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

background-color css

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

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

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

border-color css

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

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

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