#FD842A

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

Shades of Sun #FD842A

Tints of Sun #FD842A

Color information

#FD842A (or 0xFD842A) is unknown color: approx Sun. HEX triplet: FD, 84 and 2A. RGB value is (253,132,42). Sum of RGB (Red+Green+Blue) = 253+132+42=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD842A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD842A is #027BD5. Grayscale: #9E9E9E. Windows color (decimal): -162774 or 2786557. OLE color: 2786557.

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

Color convert

RGB25313242-
CMYK00.480.830.01
HSL25.59º98.14%57.84%-
HSV(B)25.59º83.4%99.22%-
XYZ49.1837.556.85-
YUV157.9262.59195.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.25%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 42 (16.80% from 255) = 9.84%
R=59.25%
G=30.91%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531324200.480.830.0125.5998.1457.84
HexFD842A0305311a623a
Octal3752045206012313214272
Binary1111110110000100101010011000010100111110101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD842A; }

 p { color: rgb(253,132,42); }

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

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

 a { background-color: rgb(253,132,42); }

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

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

 span { border-color: rgb(253,132,42); }

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