#F98D4A

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

Shades of Crusta #F98D4A

Tints of Crusta #F98D4A

Color information

#F98D4A (or 0xF98D4A) is unknown color: approx Crusta. HEX triplet: F9, 8D and 4A. RGB value is (249,141,74). Sum of RGB (Red+Green+Blue) = 249+141+74=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D4A is #0672B5. Grayscale: #A6A6A6. Windows color (decimal): -422582 or 4886009. OLE color: 4886009.

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

Color convert

RGB24914174-
CMYK00.430.700.02
HSL22.97º93.58%63.33%-
HSV(B)22.97º70.28%97.65%-
XYZ49.8339.6811.51-
YUV165.6576.28187.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 74 (29.30% from 255) = 15.95%
R=53.66%
G=30.39%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491417400.430.700.0222.9793.5863.33
HexF98D4A02B462175e3f
Octal37121511205310622713677
Binary111110011000110110010100101011100011010101111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98D4A; }

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

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

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

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

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

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

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

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