#FC873F

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

Shades of Sun #FC873F

Tints of Sun #FC873F

Color information

#FC873F (or 0xFC873F) is unknown color: approx Sun. HEX triplet: FC, 87 and 3F. RGB value is (252,135,63). Sum of RGB (Red+Green+Blue) = 252+135+63=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC873F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC873F is #0378C0. Grayscale: #A2A2A2. Windows color (decimal): -227521 or 4163580. OLE color: 4163580.

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

Color convert

RGB25213563-
CMYK00.460.750.01
HSL22.86º96.92%61.76%-
HSV(B)22.86º75%98.82%-
XYZ49.7138.389.49-
YUV161.7772.26192.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56%
GREEN value IS 135 (53.12% from 255) = 30%
BLUE value IS 63 (25% from 255) = 14%
R=56%
G=30%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521356300.460.750.0122.8696.9261.76
HexFC873F02E4B117613e
Octal3742077705611312714176
Binary1111110010000111111111010111010010111101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC873F; }

 p { color: rgb(252,135,63); }

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

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

 a { background-color: rgb(252,135,63); }

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

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

 span { border-color: rgb(252,135,63); }

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