#F98C5B

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

Shades of Crusta #F98C5B

Tints of Crusta #F98C5B

Color information

#F98C5B (or 0xF98C5B) is unknown color: approx Crusta. HEX triplet: F9, 8C and 5B. RGB value is (249,140,91). Sum of RGB (Red+Green+Blue) = 249+140+91=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C5B is #0673A4. Grayscale: #A7A7A7. Windows color (decimal): -422821 or 5999865. OLE color: 5999865.

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

Color convert

RGB24914091-
CMYK00.440.630.02
HSL18.61º92.94%66.67%-
HSV(B)18.61º63.45%97.65%-
XYZ50.3339.6514.9-
YUV16785.11186.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.88%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=51.88%
G=29.17%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491409100.440.630.0218.6192.9466.67
HexF98C5B02C3F2135d43
Octal37121413305477223135103
Binary111110011000110010110110101100111111101001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C5B; }

 p { color: rgb(249,140,91); }

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

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

 a { background-color: rgb(249,140,91); }

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

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

 span { border-color: rgb(249,140,91); }

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