Html Css Color HEX #F28459 Crusta

📋 copy color: '#F28459'

red 242 ◦ green 132 ◦ blue 89

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

Shades of Crusta #F28459

Tints of Crusta #F28459

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 89 (35.16% from 255) = 19.22%

R = 52.27%
G = 28.51%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F28459 (or 0xF28459) is known color: Crusta. HEX triplet: F2, 84 and 59. RGB value is (242,132,89). Sum of RGB (Red+Green+Blue) = 242+132+89=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F28459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28459 is #0D7BA6. Grayscale: #A0A0A0. Windows color (decimal): -883623 or 5866738. OLE color: 5866738.

HSL color Cylindrical-coordinate representation of color #F28459: hue angle of 16.86º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F28459 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 132 89 -
CMYK 0 0.45 0.63 0.05
HSL 16.86º 0.85% 0.65% -
HSV(B) 16.86º 0.63% 0.95% -
XYZ 46.67 36.1 13.96 -
YUV 159.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 242 132 89 0 0.45 0.63 0.05 16.86 0.85 0.65
Hex F2 84 59 0 2D 3F 5 11 55 41
Octal 362 204 131 0 55 77 5 21 125 101
Binary 11110010 10000100 1011001 0 101101 111111 101 10001 1010101 1000001

Color Harmonies of #F28459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28459

Black with #F28459

Text Example


Text Example

White with #F28459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28459; }

 p { color: rgb(242,132,89); }

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

background-color css

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

 a { background-color: rgb(242,132,89); }

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

border-color css

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

 span { border-color: rgb(242,132,89); }

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