Html Css Color HEX #F88A55 Crusta

📋 copy color: '#F88A55'

red 248 ◦ green 138 ◦ blue 85

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

Shades of Crusta #F88A55

Tints of Crusta #F88A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.3%

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

R = 52.65%
G = 29.3%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F88A55 (or 0xF88A55) is known color: Crusta. HEX triplet: F8, 8A and 55. RGB value is (248,138,85). Sum of RGB (Red+Green+Blue) = 248+138+85=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A55 is #0775AA. Grayscale: #A5A5A5. Windows color (decimal): -488875 or 5606136. OLE color: 5606136.

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

Color convert

RGB 248 138 85 -
CMYK 0 0.44 0.66 0.03
HSL 19.51º 0.92% 0.65% -
HSV(B) 19.51º 0.66% 0.97% -
XYZ 49.44 38.79 13.48 -
YUV 164.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 248 138 85 0 0.44 0.66 0.03 19.51 0.92 0.65
Hex F8 8A 55 0 2C 42 3 14 5C 41
Octal 370 212 125 0 54 102 3 24 134 101
Binary 11111000 10001010 1010101 0 101100 1000010 11 10100 1011100 1000001

Color Harmonies of #F88A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88A55

Black with #F88A55

Text Example


Text Example

White with #F88A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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