Html Css Color HEX #F88355 Crusta

📋 copy color: '#F88355'

red 248 ◦ green 131 ◦ blue 85

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

Shades of Crusta #F88355

Tints of Crusta #F88355

RGB

 RED value IS 248 (97.27% from 255) = 53.45%

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

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

R = 53.45%
G = 28.23%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F88355 (or 0xF88355) is known color: Crusta. HEX triplet: F8, 83 and 55. RGB value is (248,131,85). Sum of RGB (Red+Green+Blue) = 248+131+85=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F88355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88355 is #077CAA. Grayscale: #A1A1A1. Windows color (decimal): -490667 or 5604344. OLE color: 5604344.

HSL color Cylindrical-coordinate representation of color #F88355: hue angle of 16.93º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F88355 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 131 85 -
CMYK 0 0.47 0.66 0.03
HSL 16.93º 0.92% 0.65% -
HSV(B) 16.93º 0.66% 0.97% -
XYZ 48.47 36.84 13.15 -
YUV 160.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 248 131 85 0 0.47 0.66 0.03 16.93 0.92 0.65
Hex F8 83 55 0 2F 42 3 11 5C 41
Octal 370 203 125 0 57 102 3 21 134 101
Binary 11111000 10000011 1010101 0 101111 1000010 11 10001 1011100 1000001

Color Harmonies of #F88355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88355

Black with #F88355

Text Example


Text Example

White with #F88355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88355; }

 p { color: rgb(248,131,85); }

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

background-color css

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

 a { background-color: rgb(248,131,85); }

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

border-color css

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

 span { border-color: rgb(248,131,85); }

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