Html Css Color HEX #F28F57 Crusta

📋 copy color: '#F28F57'

red 242 ◦ green 143 ◦ blue 87

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

Shades of Crusta #F28F57

Tints of Crusta #F28F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 87 (34.38% from 255) = 18.43%

R = 51.27%
G = 30.3%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F28F57 (or 0xF28F57) is known color: Crusta. HEX triplet: F2, 8F and 57. RGB value is (242,143,87). Sum of RGB (Red+Green+Blue) = 242+143+87=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F57 is #0D70A8. Grayscale: #A6A6A6. Windows color (decimal): -880809 or 5738482. OLE color: 5738482.

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

Color convert

RGB 242 143 87 -
CMYK 0 0.41 0.64 0.05
HSL 21.68º 0.86% 0.65% -
HSV(B) 21.68º 0.64% 0.95% -
XYZ 48.16 39.21 14.05 -
YUV 166.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 242 143 87 0 0.41 0.64 0.05 21.68 0.86 0.65
Hex F2 8F 57 0 29 40 5 16 56 41
Octal 362 217 127 0 51 100 5 26 126 101
Binary 11110010 10001111 1010111 0 101001 1000000 101 10110 1010110 1000001

Color Harmonies of #F28F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F57

Black with #F28F57

Text Example


Text Example

White with #F28F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F57; }

 p { color: rgb(242,143,87); }

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

background-color css

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

 a { background-color: rgb(242,143,87); }

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

border-color css

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

 span { border-color: rgb(242,143,87); }

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