Html Css Color HEX #F28E59 Crusta

📋 copy color: '#F28E59'

red 242 ◦ green 142 ◦ blue 89

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

Shades of Crusta #F28E59

Tints of Crusta #F28E59

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

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

R = 51.16%
G = 30.02%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F28E59 (or 0xF28E59) is known color: Crusta. HEX triplet: F2, 8E and 59. RGB value is (242,142,89). Sum of RGB (Red+Green+Blue) = 242+142+89=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28E59 is #0D71A6. Grayscale: #A6A6A6. Windows color (decimal): -881063 or 5869298. OLE color: 5869298.

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

Color convert

RGB 242 142 89 -
CMYK 0 0.41 0.63 0.05
HSL 20.78º 0.85% 0.65% -
HSV(B) 20.78º 0.63% 0.95% -
XYZ 48.09 38.94 14.43 -
YUV 165.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 242 142 89 0 0.41 0.63 0.05 20.78 0.85 0.65
Hex F2 8E 59 0 29 3F 5 15 55 41
Octal 362 216 131 0 51 77 5 25 125 101
Binary 11110010 10001110 1011001 0 101001 111111 101 10101 1010101 1000001

Color Harmonies of #F28E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28E59

Black with #F28E59

Text Example


Text Example

White with #F28E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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