Html Css Color HEX #F28361 Crusta

📋 copy color: '#F28361'

red 242 ◦ green 131 ◦ blue 97

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

Shades of Crusta #F28361

Tints of Crusta #F28361

RGB

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

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

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

R = 51.49%
G = 27.87%
B = 20.64%

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

#F28361 (or 0xF28361) is known color: Crusta. HEX triplet: F2, 83 and 61. RGB value is (242,131,97). Sum of RGB (Red+Green+Blue) = 242+131+97=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F28361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28361 is #0D7C9E. Grayscale: #A0A0A0. Windows color (decimal): -883871 or 6390770. OLE color: 6390770.

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

Color convert

RGB 242 131 97 -
CMYK 0 0.46 0.60 0.05
HSL 14.07º 0.85% 0.66% -
HSV(B) 14.07º 0.6% 0.95% -
XYZ 46.89 35.97 15.78 -
YUV 160.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 242 131 97 0 0.46 0.60 0.05 14.07 0.85 0.66
Hex F2 83 61 0 2E 3C 5 E 55 42
Octal 362 203 141 0 56 74 5 16 125 102
Binary 11110010 10000011 1100001 0 101110 111100 101 1110 1010101 1000010

Color Harmonies of #F28361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28361

Black with #F28361

Text Example


Text Example

White with #F28361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28361; }

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

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

background-color css

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

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

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

border-color css

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

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

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