#F18B3D

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

Shades of Sun #F18B3D

Tints of Sun #F18B3D

Color information

#F18B3D (or 0xF18B3D) is unknown color: approx Sun. HEX triplet: F1, 8B and 3D. RGB value is (241,139,61). Sum of RGB (Red+Green+Blue) = 241+139+61=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B3D is #0E74C2. Grayscale: #A1A1A1. Windows color (decimal): -947395 or 4033521. OLE color: 4033521.

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

Color convert

RGB24113961-
CMYK00.420.750.05
HSL26º86.54%59.22%-
HSV(B)26º74.69%94.51%-
XYZ46.3537.59.21-
YUV160.6171.79185.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.65%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 61 (24.22% from 255) = 13.83%
R=54.65%
G=31.52%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411396100.420.750.052686.5459.22
HexF18B3D02A4B51a573b
Octal3612137505211353212773
Binary111100011000101111110101010101001011101110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18B3D; }

 p { color: rgb(241,139,61); }

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

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

 a { background-color: rgb(241,139,61); }

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

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

 span { border-color: rgb(241,139,61); }

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