Html Css Color HEX #F87550 Coral

📋 copy color: '#F87550'

red 248 ◦ green 117 ◦ blue 80

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

Shades of Coral #F87550

Tints of Coral #F87550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 55.73%
G = 26.29%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F87550 (or 0xF87550) is known color: Coral. HEX triplet: F8, 75 and 50. RGB value is (248,117,80). Sum of RGB (Red+Green+Blue) = 248+117+80=445 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.73% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 248 - color contains mainly: red. Hex color #F87550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87550 is #078AAF. Grayscale: #989898. Windows color (decimal): -494256 or 5273080. OLE color: 5273080.

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

Color convert

RGB 248 117 80 -
CMYK 0 0.53 0.68 0.03
HSL 13.21º 0.92% 0.64% -
HSV(B) 13.21º 0.68% 0.97% -
XYZ 46.52 33.26 11.56 -
YUV 151.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 248 117 80 0 0.53 0.68 0.03 13.21 0.92 0.64
Hex F8 75 50 0 35 44 3 D 5C 40
Octal 370 165 120 0 65 104 3 15 134 100
Binary 11111000 1110101 1010000 0 110101 1000100 11 1101 1011100 1000000

Color Harmonies of #F87550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87550

Black with #F87550

Text Example


Text Example

White with #F87550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87550; }

 p { color: rgb(248,117,80); }

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

background-color css

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

 a { background-color: rgb(248,117,80); }

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

border-color css

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

 span { border-color: rgb(248,117,80); }

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