#F2945A

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

Shades of Crusta #F2945A

Tints of Crusta #F2945A

Color information

#F2945A (or 0xF2945A) is unknown color: approx Crusta. HEX triplet: F2, 94 and 5A. RGB value is (242,148,90). Sum of RGB (Red+Green+Blue) = 242+148+90=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2945A is #0D6BA5. Grayscale: #A9A9A9. Windows color (decimal): -879526 or 5936370. OLE color: 5936370.

HSL color Cylindrical-coordinate representation of color #F2945A: hue angle of 22.89º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2945A is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24214890-
CMYK00.390.630.05
HSL22.89º85.39%65.1%-
HSV(B)22.89º62.81%94.9%-
XYZ49.0540.814.96-
YUV169.4983.14179.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.42%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=50.42%
G=30.83%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421489000.390.630.0522.8985.3965.1
HexF2945A0273F5175541
Octal36222413204777527125101
Binary1111001010010100101101001001111111111011011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2945A; }

 p { color: rgb(242,148,90); }

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

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

 a { background-color: rgb(242,148,90); }

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

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

 span { border-color: rgb(242,148,90); }

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