Html Css Color HEX #F28357 Crusta

📋 copy color: '#F28357'

red 242 ◦ green 131 ◦ blue 87

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

Shades of Crusta #F28357

Tints of Crusta #F28357

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 52.61%
G = 28.48%
B = 18.91%

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

#F28357 (or 0xF28357) is known color: Crusta. HEX triplet: F2, 83 and 57. RGB value is (242,131,87). Sum of RGB (Red+Green+Blue) = 242+131+87=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F28357 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28357 is #0D7CA8. Grayscale: #9F9F9F. Windows color (decimal): -883881 or 5735410. OLE color: 5735410.

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

Color convert

RGB 242 131 87 -
CMYK 0 0.46 0.64 0.05
HSL 17.03º 0.86% 0.65% -
HSV(B) 17.03º 0.64% 0.95% -
XYZ 46.45 35.8 13.48 -
YUV 159.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 242 131 87 0 0.46 0.64 0.05 17.03 0.86 0.65
Hex F2 83 57 0 2E 40 5 11 56 41
Octal 362 203 127 0 56 100 5 21 126 101
Binary 11110010 10000011 1010111 0 101110 1000000 101 10001 1010110 1000001

Color Harmonies of #F28357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28357

Black with #F28357

Text Example


Text Example

White with #F28357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28357; }

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

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

background-color css

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

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

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

border-color css

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

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

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