Html Css Color HEX #F28563 Crusta

📋 copy color: '#F28563'

red 242 ◦ green 133 ◦ blue 99

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

Shades of Crusta #F28563

Tints of Crusta #F28563

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

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

R = 51.05%
G = 28.06%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F28563 (or 0xF28563) is known color: Crusta. HEX triplet: F2, 85 and 63. RGB value is (242,133,99). Sum of RGB (Red+Green+Blue) = 242+133+99=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F28563 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28563 is #0D7A9C. Grayscale: #A1A1A1. Windows color (decimal): -883357 or 6522354. OLE color: 6522354.

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

Color convert

RGB 242 133 99 -
CMYK 0 0.45 0.59 0.05
HSL 14.27º 0.85% 0.67% -
HSV(B) 14.27º 0.59% 0.95% -
XYZ 47.26 36.55 16.37 -
YUV 161.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 242 133 99 0 0.45 0.59 0.05 14.27 0.85 0.67
Hex F2 85 63 0 2D 3B 5 E 55 43
Octal 362 205 143 0 55 73 5 16 125 103
Binary 11110010 10000101 1100011 0 101101 111011 101 1110 1010101 1000011

Color Harmonies of #F28563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28563

Black with #F28563

Text Example


Text Example

White with #F28563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28563; }

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

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

background-color css

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

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

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

border-color css

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

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

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