#FB7F3F

Color #FB7F3F Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #FB7F3F

Tints of Coral #FB7F3F

Color information

#FB7F3F (or 0xFB7F3F) is unknown color: approx Coral. HEX triplet: FB, 7F and 3F. RGB value is (251,127,63). Sum of RGB (Red+Green+Blue) = 251+127+63=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7F3F is #0480C0. Grayscale: #9D9D9D. Windows color (decimal): -295105 or 4161531. OLE color: 4161531.

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

Color convert

RGB25112763-
CMYK00.490.750.02
HSL20.43º95.92%61.57%-
HSV(B)20.43º74.9%98.43%-
XYZ48.2736.059.12-
YUV156.7875.08195.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.92%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 63 (25% from 255) = 14.29%
R=56.92%
G=28.80%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511276300.490.750.0220.4395.9261.57
HexFB7F3F0314B214603e
Octal3731777706111322414076
Binary1111101111111111111110110001100101110101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7F3F; }

 p { color: rgb(251,127,63); }

 H1.HeaderClassName
 {
   color: #FB7F3F;
 }
 .AnyTagClassName
 {
   color: #FB7F3F;
 }
</style>
background-color css

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

 a { background-color: rgb(251,127,63); }

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

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

 span { border-color: rgb(251,127,63); }

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