Html Css Color HEX #F8885D Crusta

📋 copy color: '#F8885D'

red 248 ◦ green 136 ◦ blue 93

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

Shades of Crusta #F8885D

Tints of Crusta #F8885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.5%

R = 51.99%
G = 28.51%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8885D (or 0xF8885D) is known color: Crusta. HEX triplet: F8, 88 and 5D. RGB value is (248,136,93). Sum of RGB (Red+Green+Blue) = 248+136+93=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8885D is #0777A2. Grayscale: #A4A4A4. Windows color (decimal): -489379 or 6129912. OLE color: 6129912.

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

Color convert

RGB 248 136 93 -
CMYK 0 0.45 0.62 0.03
HSL 16.65º 0.92% 0.67% -
HSV(B) 16.65º 0.63% 0.97% -
XYZ 49.49 38.36 15.15 -
YUV 164.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 248 136 93 0 0.45 0.62 0.03 16.65 0.92 0.67
Hex F8 88 5D 0 2D 3E 3 11 5C 43
Octal 370 210 135 0 55 76 3 21 134 103
Binary 11111000 10001000 1011101 0 101101 111110 11 10001 1011100 1000011

Color Harmonies of #F8885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8885D

Black with #F8885D

Text Example


Text Example

White with #F8885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8885D; }

 p { color: rgb(248,136,93); }

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

background-color css

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

 a { background-color: rgb(248,136,93); }

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

border-color css

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

 span { border-color: rgb(248,136,93); }

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