#F98B4A

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

Shades of Crusta #F98B4A

Tints of Crusta #F98B4A

Color information

#F98B4A (or 0xF98B4A) is unknown color: approx Crusta. HEX triplet: F9, 8B and 4A. RGB value is (249,139,74). Sum of RGB (Red+Green+Blue) = 249+139+74=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F98B4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98B4A is #0674B5. Grayscale: #A4A4A4. Windows color (decimal): -423094 or 4885497. OLE color: 4885497.

HSL color Cylindrical-coordinate representation of color #F98B4A: hue angle of 22.29º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F98B4A is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB24913974-
CMYK00.440.700.02
HSL22.29º93.58%63.33%-
HSV(B)22.29º70.28%97.65%-
XYZ49.5439.111.41-
YUV164.4876.94188.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.90%
GREEN value IS 139 (54.69% from 255) = 30.09%
BLUE value IS 74 (29.30% from 255) = 16.02%
R=53.90%
G=30.09%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491397400.440.700.0222.2993.5863.33
HexF98B4A02C462165e3f
Octal37121311205410622613677
Binary111110011000101110010100101100100011010101101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98B4A; }

 p { color: rgb(249,139,74); }

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

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

 a { background-color: rgb(249,139,74); }

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

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

 span { border-color: rgb(249,139,74); }

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