#F1832D

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

Shades of Sun #F1832D

Tints of Sun #F1832D

Color information

#F1832D (or 0xF1832D) is unknown color: approx Sun. HEX triplet: F1, 83 and 2D. RGB value is (241,131,45). Sum of RGB (Red+Green+Blue) = 241+131+45=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1832D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1832D is #0E7CD2. Grayscale: #9A9A9A. Windows color (decimal): -949459 or 2982897. OLE color: 2982897.

HSL color Cylindrical-coordinate representation of color #F1832D: hue angle of 26.33º degrees, saturation: 0.88, 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 #F1832D is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24113145-
CMYK00.460.810.05
HSL26.33º87.5%56.08%-
HSV(B)26.33º81.33%94.51%-
XYZ44.8735.126.9-
YUV154.0966.44189.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.79%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 45 (17.97% from 255) = 10.79%
R=57.79%
G=31.41%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411314500.460.810.0526.3387.556.08
HexF1832D02E5151a5838
Octal3612035505612153213070
Binary111100011000001110110101011101010001101110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1832D; }

 p { color: rgb(241,131,45); }

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

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

 a { background-color: rgb(241,131,45); }

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

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

 span { border-color: rgb(241,131,45); }

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