Html Css Color HEX #F28263 Crusta

📋 copy color: '#F28263'

red 242 ◦ green 130 ◦ blue 99

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

Shades of Crusta #F28263

Tints of Crusta #F28263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.6%

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

R = 51.38%
G = 27.6%
B = 21.02%

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

#F28263 (or 0xF28263) is known color: Crusta. HEX triplet: F2, 82 and 63. RGB value is (242,130,99). Sum of RGB (Red+Green+Blue) = 242+130+99=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F28263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28263 is #0D7D9C. Grayscale: #A0A0A0. Windows color (decimal): -884125 or 6521586. OLE color: 6521586.

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

Color convert

RGB 242 130 99 -
CMYK 0 0.46 0.59 0.05
HSL 13.01º 0.85% 0.67% -
HSV(B) 13.01º 0.59% 0.95% -
XYZ 46.85 35.74 16.23 -
YUV 159.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 242 130 99 0 0.46 0.59 0.05 13.01 0.85 0.67
Hex F2 82 63 0 2E 3B 5 D 55 43
Octal 362 202 143 0 56 73 5 15 125 103
Binary 11110010 10000010 1100011 0 101110 111011 101 1101 1010101 1000011

Color Harmonies of #F28263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28263

Black with #F28263

Text Example


Text Example

White with #F28263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28263; }

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

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

background-color css

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

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

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

border-color css

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

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

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