#F18A3D

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

Shades of Sun #F18A3D

Tints of Sun #F18A3D

Color information

#F18A3D (or 0xF18A3D) is unknown color: approx Sun. HEX triplet: F1, 8A and 3D. RGB value is (241,138,61). Sum of RGB (Red+Green+Blue) = 241+138+61=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A3D is #0E75C2. Grayscale: #A0A0A0. Windows color (decimal): -947651 or 4033265. OLE color: 4033265.

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

Color convert

RGB24113861-
CMYK00.430.750.05
HSL25.67º86.54%59.22%-
HSV(B)25.67º74.69%94.51%-
XYZ46.2137.219.16-
YUV160.0272.12185.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.77%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 61 (24.22% from 255) = 13.86%
R=54.77%
G=31.36%
B=13.86%

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
Decimal2411386100.430.750.0525.6786.5459.22
HexF18A3D02B4B51a573b
Octal3612127505311353212773
Binary111100011000101011110101010111001011101110101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A3D; }

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

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

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

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

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

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

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

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