Html Css Color HEX #F88C5A Crusta

📋 copy color: '#F88C5A'

red 248 ◦ green 140 ◦ blue 90

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

Shades of Crusta #F88C5A

Tints of Crusta #F88C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 51.88%
G = 29.29%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F88C5A (or 0xF88C5A) is known color: Crusta. HEX triplet: F8, 8C and 5A. RGB value is (248,140,90). Sum of RGB (Red+Green+Blue) = 248+140+90=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C5A is #0773A5. Grayscale: #A6A6A6. Windows color (decimal): -488358 or 5934328. OLE color: 5934328.

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

Color convert

RGB 248 140 90 -
CMYK 0 0.44 0.64 0.03
HSL 18.99º 0.92% 0.66% -
HSV(B) 18.99º 0.64% 0.97% -
XYZ 49.93 39.45 14.66 -
YUV 166.59 84.78 186.07 -
System Red Green Blue C M Y K H S L
Decimal 248 140 90 0 0.44 0.64 0.03 18.99 0.92 0.66
Hex F8 8C 5A 0 2C 40 3 13 5C 42
Octal 370 214 132 0 54 100 3 23 134 102
Binary 11111000 10001100 1011010 0 101100 1000000 11 10011 1011100 1000010

Color Harmonies of #F88C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C5A

Black with #F88C5A

Text Example


Text Example

White with #F88C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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