#F98A4A

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

Shades of Crusta #F98A4A

Tints of Crusta #F98A4A

Color information

#F98A4A (or 0xF98A4A) is unknown color: approx Crusta. HEX triplet: F9, 8A and 4A. RGB value is (249,138,74). Sum of RGB (Red+Green+Blue) = 249+138+74=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98A4A is #0675B5. Grayscale: #A4A4A4. Windows color (decimal): -423350 or 4885241. OLE color: 4885241.

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

Color convert

RGB24913874-
CMYK00.450.700.02
HSL21.94º93.58%63.33%-
HSV(B)21.94º70.28%97.65%-
XYZ49.3938.8111.37-
YUV163.8977.27188.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.01%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=54.01%
G=29.93%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491387400.450.700.0221.9493.5863.33
HexF98A4A02D462165e3f
Octal37121211205510622613677
Binary111110011000101010010100101101100011010101101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98A4A; }

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

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

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

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

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

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

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

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