Html Css Color HEX #F08054 Crusta

📋 copy color: '#F08054'

red 240 ◦ green 128 ◦ blue 84

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

Shades of Crusta #F08054

Tints of Crusta #F08054

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 84 (33.2% from 255) = 18.58%

R = 53.1%
G = 28.32%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08054 (or 0xF08054) is known color: Crusta. HEX triplet: F0, 80 and 54. RGB value is (240,128,84). Sum of RGB (Red+Green+Blue) = 240+128+84=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F08054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08054 is #0F7FAB. Grayscale: #9C9C9C. Windows color (decimal): -1015724 or 5538032. OLE color: 5538032.

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

Color convert

RGB 240 128 84 -
CMYK 0 0.47 0.65 0.06
HSL 16.92º 0.84% 0.64% -
HSV(B) 16.92º 0.65% 0.94% -
XYZ 45.25 34.6 12.68 -
YUV 156.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 240 128 84 0 0.47 0.65 0.06 16.92 0.84 0.64
Hex F0 80 54 0 2F 41 6 11 54 40
Octal 360 200 124 0 57 101 6 21 124 100
Binary 11110000 10000000 1010100 0 101111 1000001 110 10001 1010100 1000000

Color Harmonies of #F08054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08054

Black with #F08054

Text Example


Text Example

White with #F08054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08054; }

 p { color: rgb(240,128,84); }

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

background-color css

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

 a { background-color: rgb(240,128,84); }

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

border-color css

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

 span { border-color: rgb(240,128,84); }

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