#F18A3C

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

Shades of Sun #F18A3C

Tints of Sun #F18A3C

Color information

#F18A3C (or 0xF18A3C) is unknown color: approx Sun. HEX triplet: F1, 8A and 3C. RGB value is (241,138,60). Sum of RGB (Red+Green+Blue) = 241+138+60=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A3C is #0E75C3. Grayscale: #A0A0A0. Windows color (decimal): -947652 or 3967729. OLE color: 3967729.

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

Color convert

RGB24113860-
CMYK00.430.750.05
HSL25.86º86.6%59.02%-
HSV(B)25.86º75.1%94.51%-
XYZ46.1837.29.02-
YUV159.971.62185.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.90%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 60 (23.83% from 255) = 13.67%
R=54.90%
G=31.44%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411386000.430.750.0525.8686.659.02
HexF18A3C02B4B51a573b
Octal3612127405311353212773
Binary111100011000101011110001010111001011101110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A3C; }

 p { color: rgb(241,138,60); }

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

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

 a { background-color: rgb(241,138,60); }

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

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

 span { border-color: rgb(241,138,60); }

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