Html Css Color HEX #F28160 Crusta

📋 copy color: '#F28160'

red 242 ◦ green 129 ◦ blue 96

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

Shades of Crusta #F28160

Tints of Crusta #F28160

RGB

 RED value IS 242 (94.92% from 255) = 51.82%

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

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

R = 51.82%
G = 27.62%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F28160 (or 0xF28160) is known color: Crusta. HEX triplet: F2, 81 and 60. RGB value is (242,129,96). Sum of RGB (Red+Green+Blue) = 242+129+96=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F28160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28160 is #0D7E9F. Grayscale: #9F9F9F. Windows color (decimal): -884384 or 6324722. OLE color: 6324722.

HSL color Cylindrical-coordinate representation of color #F28160: hue angle of 13.56º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F28160 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 129 96 -
CMYK 0 0.47 0.60 0.05
HSL 13.56º 0.85% 0.66% -
HSV(B) 13.56º 0.6% 0.95% -
XYZ 46.58 35.42 15.45 -
YUV 159.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 242 129 96 0 0.47 0.60 0.05 13.56 0.85 0.66
Hex F2 81 60 0 2F 3C 5 E 55 42
Octal 362 201 140 0 57 74 5 16 125 102
Binary 11110010 10000001 1100000 0 101111 111100 101 1110 1010101 1000010

Color Harmonies of #F28160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28160

Black with #F28160

Text Example


Text Example

White with #F28160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28160; }

 p { color: rgb(242,129,96); }

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

background-color css

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

 a { background-color: rgb(242,129,96); }

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

border-color css

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

 span { border-color: rgb(242,129,96); }

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