Html Css Color HEX #F08D56 Crusta

📋 copy color: '#F08D56'

red 240 ◦ green 141 ◦ blue 86

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

Shades of Crusta #F08D56

Tints of Crusta #F08D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.19%

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

R = 51.39%
G = 30.19%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F08D56 (or 0xF08D56) is known color: Crusta. HEX triplet: F0, 8D and 56. RGB value is (240,141,86). Sum of RGB (Red+Green+Blue) = 240+141+86=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D56 is #0F72A9. Grayscale: #A4A4A4. Windows color (decimal): -1012394 or 5672432. OLE color: 5672432.

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

Color convert

RGB 240 141 86 -
CMYK 0 0.41 0.64 0.06
HSL 21.43º 0.84% 0.64% -
HSV(B) 21.43º 0.64% 0.94% -
XYZ 47.14 38.25 13.7 -
YUV 164.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 240 141 86 0 0.41 0.64 0.06 21.43 0.84 0.64
Hex F0 8D 56 0 29 40 6 15 54 40
Octal 360 215 126 0 51 100 6 25 124 100
Binary 11110000 10001101 1010110 0 101001 1000000 110 10101 1010100 1000000

Color Harmonies of #F08D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D56

Black with #F08D56

Text Example


Text Example

White with #F08D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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