Html Css Color HEX #F08856 Crusta

📋 copy color: '#F08856'

red 240 ◦ green 136 ◦ blue 86

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

Shades of Crusta #F08856

Tints of Crusta #F08856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.61%

R = 51.95%
G = 29.44%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F08856 (or 0xF08856) is known color: Crusta. HEX triplet: F0, 88 and 56. RGB value is (240,136,86). Sum of RGB (Red+Green+Blue) = 240+136+86=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 86 (33.98% from 255 or 18.61% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F08856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08856 is #0F77A9. Grayscale: #A1A1A1. Windows color (decimal): -1013674 or 5671152. OLE color: 5671152.

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

Color convert

RGB 240 136 86 -
CMYK 0 0.43 0.64 0.06
HSL 19.48º 0.84% 0.64% -
HSV(B) 19.48º 0.64% 0.94% -
XYZ 46.42 36.81 13.46 -
YUV 161.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 240 136 86 0 0.43 0.64 0.06 19.48 0.84 0.64
Hex F0 88 56 0 2B 40 6 13 54 40
Octal 360 210 126 0 53 100 6 23 124 100
Binary 11110000 10001000 1010110 0 101011 1000000 110 10011 1010100 1000000

Color Harmonies of #F08856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08856

Black with #F08856

Text Example


Text Example

White with #F08856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08856; }

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

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

background-color css

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

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

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

border-color css

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

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

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