Html Css Color HEX #F08D57 Crusta

📋 copy color: '#F08D57'

red 240 ◦ green 141 ◦ blue 87

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

Shades of Crusta #F08D57

Tints of Crusta #F08D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 51.28%
G = 30.13%
B = 18.59%

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

#F08D57 (or 0xF08D57) is known color: Crusta. HEX triplet: F0, 8D and 57. RGB value is (240,141,87). Sum of RGB (Red+Green+Blue) = 240+141+87=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D57 is #0F72A8. Grayscale: #A4A4A4. Windows color (decimal): -1012393 or 5737968. OLE color: 5737968.

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

Color convert

RGB 240 141 87 -
CMYK 0 0.41 0.64 0.06
HSL 21.18º 0.84% 0.64% -
HSV(B) 21.18º 0.64% 0.94% -
XYZ 47.18 38.26 13.92 -
YUV 164.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 240 141 87 0 0.41 0.64 0.06 21.18 0.84 0.64
Hex F0 8D 57 0 29 40 6 15 54 40
Octal 360 215 127 0 51 100 6 25 124 100
Binary 11110000 10001101 1010111 0 101001 1000000 110 10101 1010100 1000000

Color Harmonies of #F08D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D57

Black with #F08D57

Text Example


Text Example

White with #F08D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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