#F1942E

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

Shades of Sun #F1942E

Tints of Sun #F1942E

Color information

#F1942E (or 0xF1942E) is unknown color: approx Sun. HEX triplet: F1, 94 and 2E. RGB value is (241,148,46). Sum of RGB (Red+Green+Blue) = 241+148+46=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1942E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1942E is #0E6BD1. Grayscale: #A4A4A4. Windows color (decimal): -945106 or 3052785. OLE color: 3052785.

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

Color convert

RGB24114846-
CMYK00.390.810.05
HSL31.38º87.44%56.27%-
HSV(B)31.38º80.91%94.51%-
XYZ47.3640.087.82-
YUV164.1861.31182.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 46 (18.36% from 255) = 10.57%
R=55.40%
G=34.02%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411484600.390.810.0531.3887.4456.27
HexF1942E0275151f5738
Octal3612245604712153712770
Binary111100011001010010111001001111010001101111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1942E; }

 p { color: rgb(241,148,46); }

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

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

 a { background-color: rgb(241,148,46); }

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

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

 span { border-color: rgb(241,148,46); }

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