Html Css Color HEX #F88C49 Crusta

📋 copy color: '#F88C49'

red 248 ◦ green 140 ◦ blue 73

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

Shades of Crusta #F88C49

Tints of Crusta #F88C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 53.8%
G = 30.37%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F88C49 (or 0xF88C49) is known color: Crusta. HEX triplet: F8, 8C and 49. RGB value is (248,140,73). Sum of RGB (Red+Green+Blue) = 248+140+73=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88C49 is #0773B6. Grayscale: #A5A5A5. Windows color (decimal): -488375 or 4820216. OLE color: 4820216.

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

Color convert

RGB 248 140 73 -
CMYK 0 0.44 0.71 0.03
HSL 22.97º 0.93% 0.63% -
HSV(B) 22.97º 0.71% 0.97% -
XYZ 49.29 39.19 11.27 -
YUV 164.65 76.28 187.45 -
System Red Green Blue C M Y K H S L
Decimal 248 140 73 0 0.44 0.71 0.03 22.97 0.93 0.63
Hex F8 8C 49 0 2C 47 3 17 5D 3F
Octal 370 214 111 0 54 107 3 27 135 77
Binary 11111000 10001100 1001001 0 101100 1000111 11 10111 1011101 111111

Color Harmonies of #F88C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C49

Black with #F88C49

Text Example


Text Example

White with #F88C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C49; }

 p { color: rgb(248,140,73); }

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

background-color css

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

 a { background-color: rgb(248,140,73); }

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

border-color css

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

 span { border-color: rgb(248,140,73); }

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