Html Css Color HEX #F08561 Crusta

📋 copy color: '#F08561'

red 240 ◦ green 133 ◦ blue 97

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

Shades of Crusta #F08561

Tints of Crusta #F08561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 51.06%
G = 28.3%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F08561 (or 0xF08561) is known color: Crusta. HEX triplet: F0, 85 and 61. RGB value is (240,133,97). Sum of RGB (Red+Green+Blue) = 240+133+97=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F08561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08561 is #0F7A9E. Grayscale: #A1A1A1. Windows color (decimal): -1014431 or 6391280. OLE color: 6391280.

HSL color Cylindrical-coordinate representation of color #F08561: hue angle of 15.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F08561 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 97 -
CMYK 0 0.45 0.60 0.06
HSL 15.1º 0.83% 0.66% -
HSV(B) 15.1º 0.6% 0.94% -
XYZ 46.48 36.16 15.84 -
YUV 160.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 240 133 97 0 0.45 0.60 0.06 15.1 0.83 0.66
Hex F0 85 61 0 2D 3C 6 F 53 42
Octal 360 205 141 0 55 74 6 17 123 102
Binary 11110000 10000101 1100001 0 101101 111100 110 1111 1010011 1000010

Color Harmonies of #F08561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08561

Black with #F08561

Text Example


Text Example

White with #F08561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08561; }

 p { color: rgb(240,133,97); }

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

background-color css

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

 a { background-color: rgb(240,133,97); }

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

border-color css

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

 span { border-color: rgb(240,133,97); }

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