#f97b5c

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

Shades of Coral #F97B5C

Tints of Coral #F97B5C

Color information

#F97B5C (or 0xF97B5C) is unknown color: approx Coral. HEX triplet: F9, 7B and 5C. RGB value is (249,123,92). Sum of RGB (Red+Green+Blue) = 249+123+92=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97B5C is #0684A3. Grayscale: #9D9D9D. Windows color (decimal): -427172 or 6061049. OLE color: 6061049.

HSL color Cylindrical-coordinate representation of color #F97B5C: hue angle of 11.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F97B5C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB24912392-
CMYK00.510.630.02
HSL11.85º92.9%66.86%-
HSV(B)11.85º63.05%97.65%-
XYZ48.0835.0814.36-
YUV157.1491.24193.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=53.66%
G=26.51%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491239200.510.630.0211.8592.966.86
HexF97B5C0333F2c5d43
Octal37117313406377214135103
Binary1111100111110111011100011001111111110110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f97b5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f97b5c; }

 p { color: rgb(249,123,92); }

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

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

 a { background-color: rgb(249,123,92); }

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

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

 span { border-color: rgb(249,123,92); }

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