Html Css Color HEX #F08855 Crusta

📋 copy color: '#F08855'

red 240 ◦ green 136 ◦ blue 85

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

Shades of Crusta #F08855

Tints of Crusta #F08855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 52.06%
G = 29.5%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08855 (or 0xF08855) is known color: Crusta. HEX triplet: F0, 88 and 55. RGB value is (240,136,85). Sum of RGB (Red+Green+Blue) = 240+136+85=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F08855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08855 is #0F77AA. Grayscale: #A1A1A1. Windows color (decimal): -1013675 or 5605616. OLE color: 5605616.

HSL color Cylindrical-coordinate representation of color #F08855: hue angle of 19.74º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F08855 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 85 -
CMYK 0 0.43 0.65 0.06
HSL 19.74º 0.84% 0.64% -
HSV(B) 19.74º 0.65% 0.94% -
XYZ 46.38 36.79 13.25 -
YUV 161.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 240 136 85 0 0.43 0.65 0.06 19.74 0.84 0.64
Hex F0 88 55 0 2B 41 6 14 54 40
Octal 360 210 125 0 53 101 6 24 124 100
Binary 11110000 10001000 1010101 0 101011 1000001 110 10100 1010100 1000000

Color Harmonies of #F08855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08855

Black with #F08855

Text Example


Text Example

White with #F08855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08855; }

 p { color: rgb(240,136,85); }

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

background-color css

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

 a { background-color: rgb(240,136,85); }

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

border-color css

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

 span { border-color: rgb(240,136,85); }

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