Html Css Color HEX #F28261 Crusta

📋 copy color: '#F28261'

red 242 ◦ green 130 ◦ blue 97

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

Shades of Crusta #F28261

Tints of Crusta #F28261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 51.6%
G = 27.72%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F28261 (or 0xF28261) is known color: Crusta. HEX triplet: F2, 82 and 61. RGB value is (242,130,97). Sum of RGB (Red+Green+Blue) = 242+130+97=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F28261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28261 is #0D7D9E. Grayscale: #9F9F9F. Windows color (decimal): -884127 or 6390514. OLE color: 6390514.

HSL color Cylindrical-coordinate representation of color #F28261: hue angle of 13.66º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F28261 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 130 97 -
CMYK 0 0.46 0.60 0.05
HSL 13.66º 0.85% 0.66% -
HSV(B) 13.66º 0.6% 0.95% -
XYZ 46.76 35.71 15.74 -
YUV 159.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 242 130 97 0 0.46 0.60 0.05 13.66 0.85 0.66
Hex F2 82 61 0 2E 3C 5 E 55 42
Octal 362 202 141 0 56 74 5 16 125 102
Binary 11110010 10000010 1100001 0 101110 111100 101 1110 1010101 1000010

Color Harmonies of #F28261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28261

Black with #F28261

Text Example


Text Example

White with #F28261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28261; }

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

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

background-color css

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

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

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

border-color css

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

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

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