Html Css Color HEX #F89355 Crusta

📋 copy color: '#F89355'

red 248 ◦ green 147 ◦ blue 85

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

Shades of Crusta #F89355

Tints of Crusta #F89355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

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

R = 51.67%
G = 30.63%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F89355 (or 0xF89355) is known color: Crusta. HEX triplet: F8, 93 and 55. RGB value is (248,147,85). Sum of RGB (Red+Green+Blue) = 248+147+85=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F89355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89355 is #076CAA. Grayscale: #AAAAAA. Windows color (decimal): -486571 or 5608440. OLE color: 5608440.

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

Color convert

RGB 248 147 85 -
CMYK 0 0.41 0.66 0.03
HSL 22.82º 0.92% 0.65% -
HSV(B) 22.82º 0.66% 0.97% -
XYZ 50.78 41.48 13.92 -
YUV 170.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 248 147 85 0 0.41 0.66 0.03 22.82 0.92 0.65
Hex F8 93 55 0 29 42 3 17 5C 41
Octal 370 223 125 0 51 102 3 27 134 101
Binary 11111000 10010011 1010101 0 101001 1000010 11 10111 1011100 1000001

Color Harmonies of #F89355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89355

Black with #F89355

Text Example


Text Example

White with #F89355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89355; }

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

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

background-color css

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

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

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

border-color css

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

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

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