#FC8A3D

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

Shades of Sun #FC8A3D

Tints of Sun #FC8A3D

Color information

#FC8A3D (or 0xFC8A3D) is unknown color: approx Sun. HEX triplet: FC, 8A and 3D. RGB value is (252,138,61). Sum of RGB (Red+Green+Blue) = 252+138+61=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8A3D is #0375C2. Grayscale: #A3A3A3. Windows color (decimal): -226755 or 4033276. OLE color: 4033276.

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

Color convert

RGB25213861-
CMYK00.450.760.01
HSL24.19º96.95%61.37%-
HSV(B)24.19º75.79%98.82%-
XYZ50.0839.219.34-
YUV163.3170.27191.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.88%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=55.88%
G=30.60%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521386100.450.760.0124.1996.9561.37
HexFC8A3D02D4C118613d
Octal3742127505511413014175
Binary1111110010001010111101010110110011001110001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8A3D; }

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

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

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

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

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

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

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

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