Html Css Color HEX #F28D5A Crusta

📋 copy color: '#F28D5A'

red 242 ◦ green 141 ◦ blue 90

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

Shades of Crusta #F28D5A

Tints of Crusta #F28D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.81%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 51.16%
G = 29.81%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F28D5A (or 0xF28D5A) is known color: Crusta. HEX triplet: F2, 8D and 5A. RGB value is (242,141,90). Sum of RGB (Red+Green+Blue) = 242+141+90=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D5A is #0D72A5. Grayscale: #A5A5A5. Windows color (decimal): -881318 or 5934578. OLE color: 5934578.

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

Color convert

RGB 242 141 90 -
CMYK 0 0.42 0.63 0.05
HSL 20.13º 0.85% 0.65% -
HSV(B) 20.13º 0.63% 0.95% -
XYZ 47.99 38.67 14.61 -
YUV 165.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 242 141 90 0 0.42 0.63 0.05 20.13 0.85 0.65
Hex F2 8D 5A 0 2A 3F 5 14 55 41
Octal 362 215 132 0 52 77 5 24 125 101
Binary 11110010 10001101 1011010 0 101010 111111 101 10100 1010101 1000001

Color Harmonies of #F28D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D5A

Black with #F28D5A

Text Example


Text Example

White with #F28D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D5A; }

 p { color: rgb(242,141,90); }

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

background-color css

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

 a { background-color: rgb(242,141,90); }

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

border-color css

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

 span { border-color: rgb(242,141,90); }

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