#F98C4A

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

Shades of Crusta #F98C4A

Tints of Crusta #F98C4A

Color information

#F98C4A (or 0xF98C4A) is unknown color: approx Crusta. HEX triplet: F9, 8C and 4A. RGB value is (249,140,74). Sum of RGB (Red+Green+Blue) = 249+140+74=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98C4A is #0673B5. Grayscale: #A5A5A5. Windows color (decimal): -422838 or 4885753. OLE color: 4885753.

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

Color convert

RGB24914074-
CMYK00.440.700.02
HSL22.63º93.58%63.33%-
HSV(B)22.63º70.28%97.65%-
XYZ49.6839.3911.46-
YUV165.0776.61187.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.78%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=53.78%
G=30.24%
B=15.98%

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
Decimal2491407400.440.700.0222.6393.5863.33
HexF98C4A02C462175e3f
Octal37121411205410622713677
Binary111110011000110010010100101100100011010101111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C4A; }

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

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

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

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

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

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

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

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