Html Css Color HEX #F88255 Crusta

📋 copy color: '#F88255'

red 248 ◦ green 130 ◦ blue 85

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

Shades of Crusta #F88255

Tints of Crusta #F88255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

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

R = 53.56%
G = 28.08%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F88255 (or 0xF88255) is known color: Crusta. HEX triplet: F8, 82 and 55. RGB value is (248,130,85). Sum of RGB (Red+Green+Blue) = 248+130+85=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F88255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88255 is #077DAA. Grayscale: #A0A0A0. Windows color (decimal): -490923 or 5604088. OLE color: 5604088.

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

Color convert

RGB 248 130 85 -
CMYK 0 0.48 0.66 0.03
HSL 16.56º 0.92% 0.65% -
HSV(B) 16.56º 0.66% 0.97% -
XYZ 48.33 36.58 13.11 -
YUV 160.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 248 130 85 0 0.48 0.66 0.03 16.56 0.92 0.65
Hex F8 82 55 0 30 42 3 11 5C 41
Octal 370 202 125 0 60 102 3 21 134 101
Binary 11111000 10000010 1010101 0 110000 1000010 11 10001 1011100 1000001

Color Harmonies of #F88255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88255

Black with #F88255

Text Example


Text Example

White with #F88255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88255; }

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

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

background-color css

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

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

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

border-color css

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

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

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