Html Css Color HEX #F28352 Crusta

📋 copy color: '#F28352'

red 242 ◦ green 131 ◦ blue 82

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

Shades of Crusta #F28352

Tints of Crusta #F28352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.02%

R = 53.19%
G = 28.79%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F28352 (or 0xF28352) is known color: Crusta. HEX triplet: F2, 83 and 52. RGB value is (242,131,82). Sum of RGB (Red+Green+Blue) = 242+131+82=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F28352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28352 is #0D7CAD. Grayscale: #9E9E9E. Windows color (decimal): -883886 or 5407730. OLE color: 5407730.

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

Color convert

RGB 242 131 82 -
CMYK 0 0.46 0.66 0.05
HSL 18.38º 0.86% 0.64% -
HSV(B) 18.38º 0.66% 0.95% -
XYZ 46.26 35.72 12.44 -
YUV 158.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 242 131 82 0 0.46 0.66 0.05 18.38 0.86 0.64
Hex F2 83 52 0 2E 42 5 12 56 40
Octal 362 203 122 0 56 102 5 22 126 100
Binary 11110010 10000011 1010010 0 101110 1000010 101 10010 1010110 1000000

Color Harmonies of #F28352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28352

Black with #F28352

Text Example


Text Example

White with #F28352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28352; }

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

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

background-color css

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

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

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

border-color css

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

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

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