Html Css Color HEX #F08656 Crusta

📋 copy color: '#F08656'

red 240 ◦ green 134 ◦ blue 86

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

Shades of Crusta #F08656

Tints of Crusta #F08656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.13%

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

R = 52.17%
G = 29.13%
B = 18.7%

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

#F08656 (or 0xF08656) is known color: Crusta. HEX triplet: F0, 86 and 56. RGB value is (240,134,86). Sum of RGB (Red+Green+Blue) = 240+134+86=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08656 is #0F79A9. Grayscale: #A0A0A0. Windows color (decimal): -1014186 or 5670640. OLE color: 5670640.

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

Color convert

RGB 240 134 86 -
CMYK 0 0.44 0.64 0.06
HSL 18.7º 0.84% 0.64% -
HSV(B) 18.7º 0.64% 0.94% -
XYZ 46.14 36.25 13.37 -
YUV 160.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 240 134 86 0 0.44 0.64 0.06 18.7 0.84 0.64
Hex F0 86 56 0 2C 40 6 13 54 40
Octal 360 206 126 0 54 100 6 23 124 100
Binary 11110000 10000110 1010110 0 101100 1000000 110 10011 1010100 1000000

Color Harmonies of #F08656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08656

Black with #F08656

Text Example


Text Example

White with #F08656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08656; }

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

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

background-color css

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

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

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

border-color css

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

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

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