Html Css Color HEX #F28559 Crusta

📋 copy color: '#F28559'

red 242 ◦ green 133 ◦ blue 89

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

Shades of Crusta #F28559

Tints of Crusta #F28559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

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

R = 52.16%
G = 28.66%
B = 19.18%

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

#F28559 (or 0xF28559) is known color: Crusta. HEX triplet: F2, 85 and 59. RGB value is (242,133,89). Sum of RGB (Red+Green+Blue) = 242+133+89=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F28559 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28559 is #0D7AA6. Grayscale: #A0A0A0. Windows color (decimal): -883367 or 5866994. OLE color: 5866994.

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

Color convert

RGB 242 133 89 -
CMYK 0 0.45 0.63 0.05
HSL 17.25º 0.85% 0.65% -
HSV(B) 17.25º 0.63% 0.95% -
XYZ 46.81 36.37 14 -
YUV 160.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 242 133 89 0 0.45 0.63 0.05 17.25 0.85 0.65
Hex F2 85 59 0 2D 3F 5 11 55 41
Octal 362 205 131 0 55 77 5 21 125 101
Binary 11110010 10000101 1011001 0 101101 111111 101 10001 1010101 1000001

Color Harmonies of #F28559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28559

Black with #F28559

Text Example


Text Example

White with #F28559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28559; }

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

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

background-color css

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

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

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

border-color css

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

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

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