Html Css Color HEX #F08D5E Crusta

📋 copy color: '#F08D5E'

red 240 ◦ green 141 ◦ blue 94

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

Shades of Crusta #F08D5E

Tints of Crusta #F08D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.79%

R = 50.53%
G = 29.68%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F08D5E (or 0xF08D5E) is known color: Crusta. HEX triplet: F0, 8D and 5E. RGB value is (240,141,94). Sum of RGB (Red+Green+Blue) = 240+141+94=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D5E is #0F72A1. Grayscale: #A5A5A5. Windows color (decimal): -1012386 or 6196720. OLE color: 6196720.

HSL color Cylindrical-coordinate representation of color #F08D5E: hue angle of 19.32º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F08D5E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 141 94 -
CMYK 0 0.41 0.61 0.06
HSL 19.32º 0.83% 0.65% -
HSV(B) 19.32º 0.61% 0.94% -
XYZ 47.48 38.38 15.5 -
YUV 165.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 240 141 94 0 0.41 0.61 0.06 19.32 0.83 0.65
Hex F0 8D 5E 0 29 3D 6 13 53 41
Octal 360 215 136 0 51 75 6 23 123 101
Binary 11110000 10001101 1011110 0 101001 111101 110 10011 1010011 1000001

Color Harmonies of #F08D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D5E

Black with #F08D5E

Text Example


Text Example

White with #F08D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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