#F5943D

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

Shades of Sun #F5943D

Tints of Sun #F5943D

Color information

#F5943D (or 0xF5943D) is unknown color: approx Sun. HEX triplet: F5, 94 and 3D. RGB value is (245,148,61). Sum of RGB (Red+Green+Blue) = 245+148+61=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5943D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5943D is #0A6BC2. Grayscale: #A7A7A7. Windows color (decimal): -682947 or 4035829. OLE color: 4035829.

HSL color Cylindrical-coordinate representation of color #F5943D: hue angle of 28.37º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5943D is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB24514861-
CMYK00.400.750.04
HSL28.37º90.2%60%-
HSV(B)28.37º75.1%96.08%-
XYZ49.0940.939.73-
YUV167.0868.14183.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.96%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 61 (24.22% from 255) = 13.44%
R=53.96%
G=32.60%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451486100.400.750.0428.3790.260
HexF5943D0284B41c5a3c
Octal3652247505011343413274
Binary111101011001010011110101010001001011100111001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5943D; }

 p { color: rgb(245,148,61); }

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

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

 a { background-color: rgb(245,148,61); }

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

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

 span { border-color: rgb(245,148,61); }

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