Html Css Color HEX #F08756 Crusta

📋 copy color: '#F08756'

red 240 ◦ green 135 ◦ blue 86

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

Shades of Crusta #F08756

Tints of Crusta #F08756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.28%

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

R = 52.06%
G = 29.28%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F08756 (or 0xF08756) is known color: Crusta. HEX triplet: F0, 87 and 56. RGB value is (240,135,86). Sum of RGB (Red+Green+Blue) = 240+135+86=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F08756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08756 is #0F78A9. Grayscale: #A1A1A1. Windows color (decimal): -1013930 or 5670896. OLE color: 5670896.

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

Color convert

RGB 240 135 86 -
CMYK 0 0.44 0.64 0.06
HSL 19.09º 0.84% 0.64% -
HSV(B) 19.09º 0.64% 0.94% -
XYZ 46.28 36.53 13.41 -
YUV 160.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 240 135 86 0 0.44 0.64 0.06 19.09 0.84 0.64
Hex F0 87 56 0 2C 40 6 13 54 40
Octal 360 207 126 0 54 100 6 23 124 100
Binary 11110000 10000111 1010110 0 101100 1000000 110 10011 1010100 1000000

Color Harmonies of #F08756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08756

Black with #F08756

Text Example


Text Example

White with #F08756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08756; }

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

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

background-color css

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

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

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

border-color css

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

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

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