Html Css Color HEX #F28057 Crusta

📋 copy color: '#F28057'

red 242 ◦ green 128 ◦ blue 87

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

Shades of Crusta #F28057

Tints of Crusta #F28057

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.01%

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

R = 52.95%
G = 28.01%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F28057 (or 0xF28057) is known color: Crusta. HEX triplet: F2, 80 and 57. RGB value is (242,128,87). Sum of RGB (Red+Green+Blue) = 242+128+87=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F28057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28057 is #0D7FA8. Grayscale: #9D9D9D. Windows color (decimal): -884649 or 5734642. OLE color: 5734642.

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

Color convert

RGB 242 128 87 -
CMYK 0 0.47 0.64 0.05
HSL 15.87º 0.86% 0.65% -
HSV(B) 15.87º 0.64% 0.95% -
XYZ 46.06 35 13.35 -
YUV 157.41 88.27 188.33 -
System Red Green Blue C M Y K H S L
Decimal 242 128 87 0 0.47 0.64 0.05 15.87 0.86 0.65
Hex F2 80 57 0 2F 40 5 10 56 41
Octal 362 200 127 0 57 100 5 20 126 101
Binary 11110010 10000000 1010111 0 101111 1000000 101 10000 1010110 1000001

Color Harmonies of #F28057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28057

Black with #F28057

Text Example


Text Example

White with #F28057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28057; }

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

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

background-color css

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

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

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

border-color css

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

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

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