#f1832c

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

Shades of Sun #F1832C

Tints of Sun #F1832C

Color information

#F1832C (or 0xF1832C) is unknown color: approx Sun. HEX triplet: F1, 83 and 2C. RGB value is (241,131,44). Sum of RGB (Red+Green+Blue) = 241+131+44=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1832C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1832C is #0E7CD3. Grayscale: #9A9A9A. Windows color (decimal): -949460 or 2917361. OLE color: 2917361.

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

Color convert

RGB24113144-
CMYK00.460.820.05
HSL26.5º87.56%55.88%-
HSV(B)26.5º81.74%94.51%-
XYZ44.8535.126.8-
YUV153.9765.94190.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 57.93%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 44 (17.58% from 255) = 10.58%
R=57.93%
G=31.49%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411314400.460.820.0526.587.5655.88
HexF1832C02E5251a5838
Octal3612035405612253213070
Binary111100011000001110110001011101010010101110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1832c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1832c; }

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

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

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

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

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

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

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

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