Html Css Color HEX #F08051 Crusta

📋 copy color: '#F08051'

red 240 ◦ green 128 ◦ blue 81

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

Shades of Crusta #F08051

Tints of Crusta #F08051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.04%

R = 53.45%
G = 28.51%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F08051 (or 0xF08051) is known color: Crusta. HEX triplet: F0, 80 and 51. RGB value is (240,128,81). Sum of RGB (Red+Green+Blue) = 240+128+81=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F08051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08051 is #0F7FAE. Grayscale: #9C9C9C. Windows color (decimal): -1015727 or 5341424. OLE color: 5341424.

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

Color convert

RGB 240 128 81 -
CMYK 0 0.47 0.66 0.06
HSL 17.74º 0.84% 0.63% -
HSV(B) 17.74º 0.66% 0.94% -
XYZ 45.14 34.56 12.08 -
YUV 156.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 240 128 81 0 0.47 0.66 0.06 17.74 0.84 0.63
Hex F0 80 51 0 2F 42 6 12 54 3F
Octal 360 200 121 0 57 102 6 22 124 77
Binary 11110000 10000000 1010001 0 101111 1000010 110 10010 1010100 111111

Color Harmonies of #F08051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08051

Black with #F08051

Text Example


Text Example

White with #F08051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08051; }

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

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

background-color css

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

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

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

border-color css

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

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

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