Html Css Color HEX #F08260 Crusta

📋 copy color: '#F08260'

red 240 ◦ green 130 ◦ blue 96

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

Shades of Crusta #F08260

Tints of Crusta #F08260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

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

R = 51.5%
G = 27.9%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F08260 (or 0xF08260) is known color: Crusta. HEX triplet: F0, 82 and 60. RGB value is (240,130,96). Sum of RGB (Red+Green+Blue) = 240+130+96=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F08260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08260 is #0F7D9F. Grayscale: #9F9F9F. Windows color (decimal): -1015200 or 6324976. OLE color: 6324976.

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

Color convert

RGB 240 130 96 -
CMYK 0 0.46 0.6 0.06
HSL 14.17º 0.83% 0.66% -
HSV(B) 14.17º 0.6% 0.94% -
XYZ 46.03 35.34 15.46 -
YUV 159.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 240 130 96 0 0.46 0.6 0.06 14.17 0.83 0.66
Hex F0 82 60 0 2E 3C 6 E 53 42
Octal 360 202 140 0 56 74 6 16 123 102
Binary 11110000 10000010 1100000 0 101110 111100 110 1110 1010011 1000010

Color Harmonies of #F08260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08260

Black with #F08260

Text Example


Text Example

White with #F08260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08260; }

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

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

background-color css

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

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

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

border-color css

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

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

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