Html Css Color HEX #F28D63 Crusta

📋 copy color: '#F28D63'

red 242 ◦ green 141 ◦ blue 99

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

Shades of Crusta #F28D63

Tints of Crusta #F28D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.54%

R = 50.21%
G = 29.25%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F28D63 (or 0xF28D63) is known color: Crusta. HEX triplet: F2, 8D and 63. RGB value is (242,141,99). Sum of RGB (Red+Green+Blue) = 242+141+99=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D63 is #0D729C. Grayscale: #A6A6A6. Windows color (decimal): -881309 or 6524402. OLE color: 6524402.

HSL color Cylindrical-coordinate representation of color #F28D63: hue angle of 17.62º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F28D63 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 141 99 -
CMYK 0 0.42 0.59 0.05
HSL 17.62º 0.85% 0.67% -
HSV(B) 17.62º 0.59% 0.95% -
XYZ 48.39 38.83 16.75 -
YUV 166.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 242 141 99 0 0.42 0.59 0.05 17.62 0.85 0.67
Hex F2 8D 63 0 2A 3B 5 12 55 43
Octal 362 215 143 0 52 73 5 22 125 103
Binary 11110010 10001101 1100011 0 101010 111011 101 10010 1010101 1000011

Color Harmonies of #F28D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D63

Black with #F28D63

Text Example


Text Example

White with #F28D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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