#FD8C40

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

Shades of Sun #FD8C40

Tints of Sun #FD8C40

Color information

#FD8C40 (or 0xFD8C40) is unknown color: approx Sun. HEX triplet: FD, 8C and 40. RGB value is (253,140,64). Sum of RGB (Red+Green+Blue) = 253+140+64=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C40 is #0273BF. Grayscale: #A5A5A5. Windows color (decimal): -160704 or 4230397. OLE color: 4230397.

HSL color Cylindrical-coordinate representation of color #FD8C40: hue angle of 24.13º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD8C40 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25314064-
CMYK00.450.750.01
HSL24.13º97.93%62.16%-
HSV(B)24.13º74.7%99.22%-
XYZ50.8140.019.89-
YUV165.1270.94190.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 64 (25.39% from 255) = 14.00%
R=55.36%
G=30.63%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531406400.450.750.0124.1397.9362.16
HexFD8C4002D4B118623e
Octal37521410005511313014276
Binary11111101100011001000000010110110010111110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C40; }

 p { color: rgb(253,140,64); }

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

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

 a { background-color: rgb(253,140,64); }

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

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

 span { border-color: rgb(253,140,64); }

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