Html Css Color HEX #F28552 Crusta

📋 copy color: '#F28552'

red 242 ◦ green 133 ◦ blue 82

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

Shades of Crusta #F28552

Tints of Crusta #F28552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 52.95%
G = 29.1%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F28552 (or 0xF28552) is known color: Crusta. HEX triplet: F2, 85 and 52. RGB value is (242,133,82). Sum of RGB (Red+Green+Blue) = 242+133+82=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F28552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28552 is #0D7AAD. Grayscale: #A0A0A0. Windows color (decimal): -883374 or 5408242. OLE color: 5408242.

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

Color convert

RGB 242 133 82 -
CMYK 0 0.45 0.66 0.05
HSL 19.13º 0.86% 0.64% -
HSV(B) 19.13º 0.66% 0.95% -
XYZ 46.53 36.26 12.53 -
YUV 159.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 242 133 82 0 0.45 0.66 0.05 19.13 0.86 0.64
Hex F2 85 52 0 2D 42 5 13 56 40
Octal 362 205 122 0 55 102 5 23 126 100
Binary 11110010 10000101 1010010 0 101101 1000010 101 10011 1010110 1000000

Color Harmonies of #F28552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28552

Black with #F28552

Text Example


Text Example

White with #F28552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28552; }

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

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

background-color css

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

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

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

border-color css

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

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

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