Html Css Color HEX #F08F56 Crusta

📋 copy color: '#F08F56'

red 240 ◦ green 143 ◦ blue 86

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

Shades of Crusta #F08F56

Tints of Crusta #F08F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

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

R = 51.17%
G = 30.49%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F08F56 (or 0xF08F56) is known color: Crusta. HEX triplet: F0, 8F and 56. RGB value is (240,143,86). Sum of RGB (Red+Green+Blue) = 240+143+86=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F56 is #0F70A9. Grayscale: #A5A5A5. Windows color (decimal): -1011882 or 5672944. OLE color: 5672944.

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

Color convert

RGB 240 143 86 -
CMYK 0 0.40 0.64 0.06
HSL 22.21º 0.84% 0.64% -
HSV(B) 22.21º 0.64% 0.94% -
XYZ 47.44 38.84 13.8 -
YUV 165.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 240 143 86 0 0.40 0.64 0.06 22.21 0.84 0.64
Hex F0 8F 56 0 28 40 6 16 54 40
Octal 360 217 126 0 50 100 6 26 124 100
Binary 11110000 10001111 1010110 0 101000 1000000 110 10110 1010100 1000000

Color Harmonies of #F08F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F56

Black with #F08F56

Text Example


Text Example

White with #F08F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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