Html Css Color HEX #F8895B Crusta

📋 copy color: '#F8895B'

red 248 ◦ green 137 ◦ blue 91

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

Shades of Crusta #F8895B

Tints of Crusta #F8895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

 BLUE value IS 91 (35.94% from 255) = 19.12%

R = 52.1%
G = 28.78%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8895B (or 0xF8895B) is known color: Crusta. HEX triplet: F8, 89 and 5B. RGB value is (248,137,91). Sum of RGB (Red+Green+Blue) = 248+137+91=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8895B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8895B is #0776A4. Grayscale: #A5A5A5. Windows color (decimal): -489125 or 5999096. OLE color: 5999096.

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

Color convert

RGB 248 137 91 -
CMYK 0 0.45 0.63 0.03
HSL 17.58º 0.92% 0.66% -
HSV(B) 17.58º 0.63% 0.97% -
XYZ 49.55 38.6 14.74 -
YUV 164.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 248 137 91 0 0.45 0.63 0.03 17.58 0.92 0.66
Hex F8 89 5B 0 2D 3F 3 12 5C 42
Octal 370 211 133 0 55 77 3 22 134 102
Binary 11111000 10001001 1011011 0 101101 111111 11 10010 1011100 1000010

Color Harmonies of #F8895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8895B

Black with #F8895B

Text Example


Text Example

White with #F8895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8895B; }

 p { color: rgb(248,137,91); }

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

background-color css

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

 a { background-color: rgb(248,137,91); }

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

border-color css

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

 span { border-color: rgb(248,137,91); }

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