Html Css Color HEX #F08256 Crusta

📋 copy color: '#F08256'

red 240 ◦ green 130 ◦ blue 86

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

Shades of Crusta #F08256

Tints of Crusta #F08256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.51%

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

R = 52.63%
G = 28.51%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F08256 (or 0xF08256) is known color: Crusta. HEX triplet: F0, 82 and 56. RGB value is (240,130,86). Sum of RGB (Red+Green+Blue) = 240+130+86=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F08256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08256 is #0F7DA9. Grayscale: #9E9E9E. Windows color (decimal): -1015210 or 5669616. OLE color: 5669616.

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

Color convert

RGB 240 130 86 -
CMYK 0 0.46 0.64 0.06
HSL 17.14º 0.84% 0.64% -
HSV(B) 17.14º 0.64% 0.94% -
XYZ 45.6 35.16 13.19 -
YUV 157.87 87.44 186.58 -
System Red Green Blue C M Y K H S L
Decimal 240 130 86 0 0.46 0.64 0.06 17.14 0.84 0.64
Hex F0 82 56 0 2E 40 6 11 54 40
Octal 360 202 126 0 56 100 6 21 124 100
Binary 11110000 10000010 1010110 0 101110 1000000 110 10001 1010100 1000000

Color Harmonies of #F08256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08256

Black with #F08256

Text Example


Text Example

White with #F08256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08256; }

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

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

background-color css

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

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

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

border-color css

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

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

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