#fc4300

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

Shades of Orange Red #FC4300

Tints of Orange Red #FC4300

Color information

#FC4300 (or 0xFC4300) is unknown color: approx Orange Red. HEX triplet: FC, 43 and 00. RGB value is (252,67,0). Sum of RGB (Red+Green+Blue) = 252+67+0=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4300 is #03BCFF. Grayscale: #737373. Windows color (decimal): -244992 or 17404. OLE color: 17404.

HSL color Cylindrical-coordinate representation of color #FC4300: hue angle of 15.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC4300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB252670-
CMYK00.7310.01
HSL15.95º100%49.41%-
HSV(B)15.95º100%98.82%-
XYZ42.1524.712.55-
YUV114.6863.29225.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 79.00%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.00%
G=21.00%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25267000.7310.0115.9510049.41
HexFC430049641106431
Octal3741030011114412014461
Binary11111100100001100100100111001001100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc4300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc4300; }

 p { color: rgb(252,67,0); }

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

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

 a { background-color: rgb(252,67,0); }

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

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

 span { border-color: rgb(252,67,0); }

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