Html Css Color HEX #F8885F Crusta

📋 copy color: '#F8885F'

red 248 ◦ green 136 ◦ blue 95

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

Shades of Crusta #F8885F

Tints of Crusta #F8885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 51.77%
G = 28.39%
B = 19.83%

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

#F8885F (or 0xF8885F) is known color: Crusta. HEX triplet: F8, 88 and 5F. RGB value is (248,136,95). Sum of RGB (Red+Green+Blue) = 248+136+95=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F8885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8885F is #0777A0. Grayscale: #A5A5A5. Windows color (decimal): -489377 or 6260984. OLE color: 6260984.

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

Color convert

RGB 248 136 95 -
CMYK 0 0.45 0.62 0.03
HSL 16.08º 0.92% 0.67% -
HSV(B) 16.08º 0.62% 0.97% -
XYZ 49.58 38.39 15.62 -
YUV 164.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 248 136 95 0 0.45 0.62 0.03 16.08 0.92 0.67
Hex F8 88 5F 0 2D 3E 3 10 5C 43
Octal 370 210 137 0 55 76 3 20 134 103
Binary 11111000 10001000 1011111 0 101101 111110 11 10000 1011100 1000011

Color Harmonies of #F8885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8885F

Black with #F8885F

Text Example


Text Example

White with #F8885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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