Html Css Color HEX #F28960 Crusta

📋 copy color: '#F28960'

red 242 ◦ green 137 ◦ blue 96

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

Shades of Crusta #F28960

Tints of Crusta #F28960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

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

R = 50.95%
G = 28.84%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F28960 (or 0xF28960) is known color: Crusta. HEX triplet: F2, 89 and 60. RGB value is (242,137,96). Sum of RGB (Red+Green+Blue) = 242+137+96=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28960 is #0D769F. Grayscale: #A3A3A3. Windows color (decimal): -882336 or 6326770. OLE color: 6326770.

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

Color convert

RGB 242 137 96 -
CMYK 0 0.43 0.60 0.05
HSL 16.85º 0.85% 0.66% -
HSV(B) 16.85º 0.6% 0.95% -
XYZ 47.67 37.61 15.81 -
YUV 163.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 242 137 96 0 0.43 0.60 0.05 16.85 0.85 0.66
Hex F2 89 60 0 2B 3C 5 11 55 42
Octal 362 211 140 0 53 74 5 21 125 102
Binary 11110010 10001001 1100000 0 101011 111100 101 10001 1010101 1000010

Color Harmonies of #F28960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28960

Black with #F28960

Text Example


Text Example

White with #F28960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28960; }

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

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

background-color css

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

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

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

border-color css

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

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

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