Html Css Color HEX #F08154 Crusta

📋 copy color: '#F08154'

red 240 ◦ green 129 ◦ blue 84

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

Shades of Crusta #F08154

Tints of Crusta #F08154

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.48%

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

R = 52.98%
G = 28.48%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F08154 (or 0xF08154) is known color: Crusta. HEX triplet: F0, 81 and 54. RGB value is (240,129,84). Sum of RGB (Red+Green+Blue) = 240+129+84=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F08154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08154 is #0F7EAB. Grayscale: #9D9D9D. Windows color (decimal): -1015468 or 5538288. OLE color: 5538288.

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

Color convert

RGB 240 129 84 -
CMYK 0 0.46 0.65 0.06
HSL 17.31º 0.84% 0.64% -
HSV(B) 17.31º 0.65% 0.94% -
XYZ 45.39 34.87 12.73 -
YUV 157.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 240 129 84 0 0.46 0.65 0.06 17.31 0.84 0.64
Hex F0 81 54 0 2E 41 6 11 54 40
Octal 360 201 124 0 56 101 6 21 124 100
Binary 11110000 10000001 1010100 0 101110 1000001 110 10001 1010100 1000000

Color Harmonies of #F08154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08154

Black with #F08154

Text Example


Text Example

White with #F08154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08154; }

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

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

background-color css

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

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

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

border-color css

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

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

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