Html Css Color HEX #F28258 Crusta

📋 copy color: '#F28258'

red 242 ◦ green 130 ◦ blue 88

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

Shades of Crusta #F28258

Tints of Crusta #F28258

RGB

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

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

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

R = 52.61%
G = 28.26%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F28258 (or 0xF28258) is known color: Crusta. HEX triplet: F2, 82 and 58. RGB value is (242,130,88). Sum of RGB (Red+Green+Blue) = 242+130+88=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F28258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28258 is #0D7DA7. Grayscale: #9E9E9E. Windows color (decimal): -884136 or 5800690. OLE color: 5800690.

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

Color convert

RGB 242 130 88 -
CMYK 0 0.46 0.64 0.05
HSL 16.36º 0.86% 0.65% -
HSV(B) 16.36º 0.64% 0.95% -
XYZ 46.36 35.55 13.65 -
YUV 158.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 242 130 88 0 0.46 0.64 0.05 16.36 0.86 0.65
Hex F2 82 58 0 2E 40 5 10 56 41
Octal 362 202 130 0 56 100 5 20 126 101
Binary 11110010 10000010 1011000 0 101110 1000000 101 10000 1010110 1000001

Color Harmonies of #F28258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28258

Black with #F28258

Text Example


Text Example

White with #F28258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28258; }

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

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

background-color css

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

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

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

border-color css

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

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

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