Html Css Color HEX #F28C58 Crusta

📋 copy color: '#F28C58'

red 242 ◦ green 140 ◦ blue 88

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

Shades of Crusta #F28C58

Tints of Crusta #F28C58

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

 BLUE value IS 88 (34.77% from 255) = 18.72%

R = 51.49%
G = 29.79%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F28C58 (or 0xF28C58) is known color: Crusta. HEX triplet: F2, 8C and 58. RGB value is (242,140,88). Sum of RGB (Red+Green+Blue) = 242+140+88=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C58 is #0D73A7. Grayscale: #A4A4A4. Windows color (decimal): -881576 or 5803250. OLE color: 5803250.

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

Color convert

RGB 242 140 88 -
CMYK 0 0.42 0.64 0.05
HSL 20.26º 0.86% 0.65% -
HSV(B) 20.26º 0.64% 0.95% -
XYZ 47.76 38.34 14.12 -
YUV 164.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 242 140 88 0 0.42 0.64 0.05 20.26 0.86 0.65
Hex F2 8C 58 0 2A 40 5 14 56 41
Octal 362 214 130 0 52 100 5 24 126 101
Binary 11110010 10001100 1011000 0 101010 1000000 101 10100 1010110 1000001

Color Harmonies of #F28C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C58

Black with #F28C58

Text Example


Text Example

White with #F28C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C58; }

 p { color: rgb(242,140,88); }

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

background-color css

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

 a { background-color: rgb(242,140,88); }

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

border-color css

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

 span { border-color: rgb(242,140,88); }

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