Html Css Color HEX #F08D51 Crusta

📋 copy color: '#F08D51'

red 240 ◦ green 141 ◦ blue 81

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

Shades of Crusta #F08D51

Tints of Crusta #F08D51

RGB

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

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

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

R = 51.95%
G = 30.52%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F08D51 (or 0xF08D51) is known color: Crusta. HEX triplet: F0, 8D and 51. RGB value is (240,141,81). Sum of RGB (Red+Green+Blue) = 240+141+81=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D51 is #0F72AE. Grayscale: #A4A4A4. Windows color (decimal): -1012399 or 5344752. OLE color: 5344752.

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

Color convert

RGB 240 141 81 -
CMYK 0 0.41 0.66 0.06
HSL 22.64º 0.84% 0.63% -
HSV(B) 22.64º 0.66% 0.94% -
XYZ 46.95 38.17 12.68 -
YUV 163.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 240 141 81 0 0.41 0.66 0.06 22.64 0.84 0.63
Hex F0 8D 51 0 29 42 6 17 54 3F
Octal 360 215 121 0 51 102 6 27 124 77
Binary 11110000 10001101 1010001 0 101001 1000010 110 10111 1010100 111111

Color Harmonies of #F08D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D51

Black with #F08D51

Text Example


Text Example

White with #F08D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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