Html Css Color HEX #F87D50 Coral

📋 copy color: '#F87D50'

red 248 ◦ green 125 ◦ blue 80

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

Shades of Coral #F87D50

Tints of Coral #F87D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

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

R = 54.75%
G = 27.59%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F87D50 (or 0xF87D50) is known color: Coral. HEX triplet: F8, 7D and 50. RGB value is (248,125,80). Sum of RGB (Red+Green+Blue) = 248+125+80=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87D50 is #0782AF. Grayscale: #9C9C9C. Windows color (decimal): -492208 or 5275128. OLE color: 5275128.

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

Color convert

RGB 248 125 80 -
CMYK 0 0.50 0.68 0.03
HSL 16.07º 0.92% 0.64% -
HSV(B) 16.07º 0.68% 0.97% -
XYZ 47.49 35.2 11.88 -
YUV 156.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 248 125 80 0 0.50 0.68 0.03 16.07 0.92 0.64
Hex F8 7D 50 0 32 44 3 10 5C 40
Octal 370 175 120 0 62 104 3 20 134 100
Binary 11111000 1111101 1010000 0 110010 1000100 11 10000 1011100 1000000

Color Harmonies of #F87D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87D50

Black with #F87D50

Text Example


Text Example

White with #F87D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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