Html Css Color HEX #F09160 Crusta

📋 copy color: '#F09160'

red 240 ◦ green 145 ◦ blue 96

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

Shades of Crusta #F09160

Tints of Crusta #F09160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 49.9%
G = 30.15%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F09160 (or 0xF09160) is known color: Crusta. HEX triplet: F0, 91 and 60. RGB value is (240,145,96). Sum of RGB (Red+Green+Blue) = 240+145+96=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F09160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09160 is #0F6E9F. Grayscale: #A8A8A8. Windows color (decimal): -1011360 or 6328816. OLE color: 6328816.

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

Color convert

RGB 240 145 96 -
CMYK 0 0.40 0.6 0.06
HSL 20.42º 0.83% 0.66% -
HSV(B) 20.42º 0.6% 0.94% -
XYZ 48.17 39.62 16.17 -
YUV 167.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 240 145 96 0 0.40 0.6 0.06 20.42 0.83 0.66
Hex F0 91 60 0 28 3C 6 14 53 42
Octal 360 221 140 0 50 74 6 24 123 102
Binary 11110000 10010001 1100000 0 101000 111100 110 10100 1010011 1000010

Color Harmonies of #F09160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09160

Black with #F09160

Text Example


Text Example

White with #F09160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09160; }

 p { color: rgb(240,145,96); }

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

background-color css

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

 a { background-color: rgb(240,145,96); }

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

border-color css

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

 span { border-color: rgb(240,145,96); }

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