Html Css Color HEX #F28C60 Crusta

📋 copy color: '#F28C60'

red 242 ◦ green 140 ◦ blue 96

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

Shades of Crusta #F28C60

Tints of Crusta #F28C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

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

R = 50.63%
G = 29.29%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F28C60 (or 0xF28C60) is known color: Crusta. HEX triplet: F2, 8C and 60. RGB value is (242,140,96). Sum of RGB (Red+Green+Blue) = 242+140+96=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C60 is #0D739F. Grayscale: #A5A5A5. Windows color (decimal): -881568 or 6327538. OLE color: 6327538.

HSL color Cylindrical-coordinate representation of color #F28C60: hue angle of 18.08º 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 #F28C60 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 96 -
CMYK 0 0.42 0.60 0.05
HSL 18.08º 0.85% 0.66% -
HSV(B) 18.08º 0.6% 0.95% -
XYZ 48.11 38.48 15.96 -
YUV 165.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 242 140 96 0 0.42 0.60 0.05 18.08 0.85 0.66
Hex F2 8C 60 0 2A 3C 5 12 55 42
Octal 362 214 140 0 52 74 5 22 125 102
Binary 11110010 10001100 1100000 0 101010 111100 101 10010 1010101 1000010

Color Harmonies of #F28C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C60

Black with #F28C60

Text Example


Text Example

White with #F28C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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