#FD8D3F

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

Shades of Sun #FD8D3F

Tints of Sun #FD8D3F

Color information

#FD8D3F (or 0xFD8D3F) is unknown color: approx Sun. HEX triplet: FD, 8D and 3F. RGB value is (253,141,63). Sum of RGB (Red+Green+Blue) = 253+141+63=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D3F is #0272C0. Grayscale: #A6A6A6. Windows color (decimal): -160449 or 4165117. OLE color: 4165117.

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

Color convert

RGB25314163-
CMYK00.440.750.01
HSL24.63º97.94%61.96%-
HSV(B)24.63º75.1%99.22%-
XYZ50.9340.299.8-
YUV165.670.11190.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 63 (25% from 255) = 13.79%
R=55.36%
G=30.85%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531416300.440.750.0124.6397.9461.96
HexFD8D3F02C4B119623e
Octal3752157705411313114276
Binary1111110110001101111111010110010010111110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8D3F; }

 p { color: rgb(253,141,63); }

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

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

 a { background-color: rgb(253,141,63); }

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

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

 span { border-color: rgb(253,141,63); }

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