Html Css Color HEX #F28360 Crusta

📋 copy color: '#F28360'

red 242 ◦ green 131 ◦ blue 96

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

Shades of Crusta #F28360

Tints of Crusta #F28360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.93%

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

R = 51.6%
G = 27.93%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F28360 (or 0xF28360) is known color: Crusta. HEX triplet: F2, 83 and 60. RGB value is (242,131,96). Sum of RGB (Red+Green+Blue) = 242+131+96=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F28360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28360 is #0D7C9F. Grayscale: #A0A0A0. Windows color (decimal): -883872 or 6325234. OLE color: 6325234.

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

Color convert

RGB 242 131 96 -
CMYK 0 0.46 0.60 0.05
HSL 14.38º 0.85% 0.66% -
HSV(B) 14.38º 0.6% 0.95% -
XYZ 46.85 35.95 15.54 -
YUV 160.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 242 131 96 0 0.46 0.60 0.05 14.38 0.85 0.66
Hex F2 83 60 0 2E 3C 5 E 55 42
Octal 362 203 140 0 56 74 5 16 125 102
Binary 11110010 10000011 1100000 0 101110 111100 101 1110 1010101 1000010

Color Harmonies of #F28360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28360

Black with #F28360

Text Example


Text Example

White with #F28360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28360; }

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

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

background-color css

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

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

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

border-color css

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

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

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