Html Css Color HEX #F28855 Crusta

📋 copy color: '#F28855'

red 242 ◦ green 136 ◦ blue 85

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

Shades of Crusta #F28855

Tints of Crusta #F28855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.37%

 BLUE value IS 85 (33.59% from 255) = 18.36%

R = 52.27%
G = 29.37%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F28855 (or 0xF28855) is known color: Crusta. HEX triplet: F2, 88 and 55. RGB value is (242,136,85). Sum of RGB (Red+Green+Blue) = 242+136+85=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F28855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28855 is #0D77AA. Grayscale: #A2A2A2. Windows color (decimal): -882603 or 5605618. OLE color: 5605618.

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

Color convert

RGB 242 136 85 -
CMYK 0 0.44 0.65 0.05
HSL 19.49º 0.86% 0.64% -
HSV(B) 19.49º 0.65% 0.95% -
XYZ 47.06 37.14 13.28 -
YUV 161.88 84.62 185.15 -
System Red Green Blue C M Y K H S L
Decimal 242 136 85 0 0.44 0.65 0.05 19.49 0.86 0.64
Hex F2 88 55 0 2C 41 5 13 56 40
Octal 362 210 125 0 54 101 5 23 126 100
Binary 11110010 10001000 1010101 0 101100 1000001 101 10011 1010110 1000000

Color Harmonies of #F28855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28855

Black with #F28855

Text Example


Text Example

White with #F28855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28855; }

 p { color: rgb(242,136,85); }

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

background-color css

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

 a { background-color: rgb(242,136,85); }

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

border-color css

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

 span { border-color: rgb(242,136,85); }

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