Html Css Color HEX #F8805D Crusta

📋 copy color: '#F8805D'

red 248 ◦ green 128 ◦ blue 93

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

Shades of Crusta #F8805D

Tints of Crusta #F8805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

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

R = 52.88%
G = 27.29%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8805D (or 0xF8805D) is known color: Crusta. HEX triplet: F8, 80 and 5D. RGB value is (248,128,93). Sum of RGB (Red+Green+Blue) = 248+128+93=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8805D is #077FA2. Grayscale: #A0A0A0. Windows color (decimal): -491427 or 6127864. OLE color: 6127864.

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

Color convert

RGB 248 128 93 -
CMYK 0 0.48 0.62 0.03
HSL 13.55º 0.92% 0.67% -
HSV(B) 13.55º 0.63% 0.97% -
XYZ 48.41 36.19 14.79 -
YUV 159.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 248 128 93 0 0.48 0.62 0.03 13.55 0.92 0.67
Hex F8 80 5D 0 30 3E 3 E 5C 43
Octal 370 200 135 0 60 76 3 16 134 103
Binary 11111000 10000000 1011101 0 110000 111110 11 1110 1011100 1000011

Color Harmonies of #F8805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8805D

Black with #F8805D

Text Example


Text Example

White with #F8805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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