Html Css Color HEX #F28257 Crusta

📋 copy color: '#F28257'

red 242 ◦ green 130 ◦ blue 87

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

Shades of Crusta #F28257

Tints of Crusta #F28257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.32%

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

R = 52.72%
G = 28.32%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F28257 (or 0xF28257) is known color: Crusta. HEX triplet: F2, 82 and 57. RGB value is (242,130,87). Sum of RGB (Red+Green+Blue) = 242+130+87=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F28257 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28257 is #0D7DA8. Grayscale: #9E9E9E. Windows color (decimal): -884137 or 5735154. OLE color: 5735154.

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

Color convert

RGB 242 130 87 -
CMYK 0 0.46 0.64 0.05
HSL 16.65º 0.86% 0.65% -
HSV(B) 16.65º 0.64% 0.95% -
XYZ 46.32 35.53 13.43 -
YUV 158.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 242 130 87 0 0.46 0.64 0.05 16.65 0.86 0.65
Hex F2 82 57 0 2E 40 5 11 56 41
Octal 362 202 127 0 56 100 5 21 126 101
Binary 11110010 10000010 1010111 0 101110 1000000 101 10001 1010110 1000001

Color Harmonies of #F28257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28257

Black with #F28257

Text Example


Text Example

White with #F28257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28257; }

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

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

background-color css

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

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

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

border-color css

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

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

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