Html Css Color HEX #F28363 Crusta

📋 copy color: '#F28363'

red 242 ◦ green 131 ◦ blue 99

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

Shades of Crusta #F28363

Tints of Crusta #F28363

RGB

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

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

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

R = 51.27%
G = 27.75%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F28363 (or 0xF28363) is known color: Crusta. HEX triplet: F2, 83 and 63. RGB value is (242,131,99). Sum of RGB (Red+Green+Blue) = 242+131+99=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F28363 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28363 is #0D7C9C. Grayscale: #A0A0A0. Windows color (decimal): -883869 or 6521842. OLE color: 6521842.

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

Color convert

RGB 242 131 99 -
CMYK 0 0.46 0.59 0.05
HSL 13.43º 0.85% 0.67% -
HSV(B) 13.43º 0.59% 0.95% -
XYZ 46.99 36.01 16.28 -
YUV 160.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 242 131 99 0 0.46 0.59 0.05 13.43 0.85 0.67
Hex F2 83 63 0 2E 3B 5 D 55 43
Octal 362 203 143 0 56 73 5 15 125 103
Binary 11110010 10000011 1100011 0 101110 111011 101 1101 1010101 1000011

Color Harmonies of #F28363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28363

Black with #F28363

Text Example


Text Example

White with #F28363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28363; }

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

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

background-color css

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

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

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

border-color css

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

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

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