Html Css Color HEX #FB8450 Coral

📋 copy color: '#FB8450'

red 251 ◦ green 132 ◦ blue 80

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

Shades of Coral #FB8450

Tints of Coral #FB8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.51%

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

R = 54.21%
G = 28.51%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB8450 (or 0xFB8450) is known color: Coral. HEX triplet: FB, 84 and 50. RGB value is (251,132,80). Sum of RGB (Red+Green+Blue) = 251+132+80=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8450 is #047BAF. Grayscale: #A1A1A1. Windows color (decimal): -293808 or 5276923. OLE color: 5276923.

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

Color convert

RGB 251 132 80 -
CMYK 0 0.47 0.68 0.02
HSL 18.25º 0.96% 0.65% -
HSV(B) 18.25º 0.68% 0.98% -
XYZ 49.48 37.59 12.24 -
YUV 161.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 251 132 80 0 0.47 0.68 0.02 18.25 0.96 0.65
Hex FB 84 50 0 2F 44 2 12 60 41
Octal 373 204 120 0 57 104 2 22 140 101
Binary 11111011 10000100 1010000 0 101111 1000100 10 10010 1100000 1000001

Color Harmonies of #FB8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8450

Black with #FB8450

Text Example


Text Example

White with #FB8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8450; }

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

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

background-color css

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

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

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

border-color css

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

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

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