#F18C2E

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

Shades of Sun #F18C2E

Tints of Sun #F18C2E

Color information

#F18C2E (or 0xF18C2E) is unknown color: approx Sun. HEX triplet: F1, 8C and 2E. RGB value is (241,140,46). Sum of RGB (Red+Green+Blue) = 241+140+46=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C2E is #0E73D1. Grayscale: #9F9F9F. Windows color (decimal): -947154 or 3050737. OLE color: 3050737.

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

Color convert

RGB24114046-
CMYK00.420.810.05
HSL28.92º87.44%56.27%-
HSV(B)28.92º80.91%94.51%-
XYZ46.1537.657.42-
YUV159.4863.96186.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 46 (18.36% from 255) = 10.77%
R=56.44%
G=32.79%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411404600.420.810.0528.9287.4456.27
HexF18C2E02A5151d5738
Octal3612145605212153512770
Binary111100011000110010111001010101010001101111011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C2E; }

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

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

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

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

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

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

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

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