Html Css Color HEX #FB7450 Coral

📋 copy color: '#FB7450'

red 251 ◦ green 116 ◦ blue 80

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

Shades of Coral #FB7450

Tints of Coral #FB7450

RGB

 RED value IS 251 (98.44% from 255) = 56.15%

 GREEN value IS 116 (45.7% from 255) = 25.95%

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

R = 56.15%
G = 25.95%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB7450 (or 0xFB7450) is known color: Coral. HEX triplet: FB, 74 and 50. RGB value is (251,116,80). Sum of RGB (Red+Green+Blue) = 251+116+80=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7450 is #048BAF. Grayscale: #989898. Windows color (decimal): -297904 or 5272827. OLE color: 5272827.

HSL color Cylindrical-coordinate representation of color #FB7450: hue angle of 12.63º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB7450 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 116 80 -
CMYK 0 0.54 0.68 0.02
HSL 12.63º 0.96% 0.65% -
HSV(B) 12.63º 0.68% 0.98% -
XYZ 47.48 33.58 11.57 -
YUV 152.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 251 116 80 0 0.54 0.68 0.02 12.63 0.96 0.65
Hex FB 74 50 0 36 44 2 D 60 41
Octal 373 164 120 0 66 104 2 15 140 101
Binary 11111011 1110100 1010000 0 110110 1000100 10 1101 1100000 1000001

Color Harmonies of #FB7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7450

Black with #FB7450

Text Example


Text Example

White with #FB7450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7450; }

 p { color: rgb(251,116,80); }

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

background-color css

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

 a { background-color: rgb(251,116,80); }

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

border-color css

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

 span { border-color: rgb(251,116,80); }

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