Html Css Color HEX #FB7150 Coral

📋 copy color: '#FB7150'

red 251 ◦ green 113 ◦ blue 80

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

Shades of Coral #FB7150

Tints of Coral #FB7150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

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

R = 56.53%
G = 25.45%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB7150 (or 0xFB7150) is known color: Coral. HEX triplet: FB, 71 and 50. RGB value is (251,113,80). Sum of RGB (Red+Green+Blue) = 251+113+80=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7150 is #048EAF. Grayscale: #969696. Windows color (decimal): -298672 or 5272059. OLE color: 5272059.

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

Color convert

RGB 251 113 80 -
CMYK 0 0.55 0.68 0.02
HSL 11.58º 0.96% 0.65% -
HSV(B) 11.58º 0.68% 0.98% -
XYZ 47.14 32.9 11.46 -
YUV 150.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 251 113 80 0 0.55 0.68 0.02 11.58 0.96 0.65
Hex FB 71 50 0 37 44 2 C 60 41
Octal 373 161 120 0 67 104 2 14 140 101
Binary 11111011 1110001 1010000 0 110111 1000100 10 1100 1100000 1000001

Color Harmonies of #FB7150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7150

Black with #FB7150

Text Example


Text Example

White with #FB7150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7150; }

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

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

background-color css

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

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

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

border-color css

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

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

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