#FC6430

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

Shades of Outrageous Orange #FC6430

Tints of Outrageous Orange #FC6430

Color information

#FC6430 (or 0xFC6430) is unknown color: approx Outrageous Orange. HEX triplet: FC, 64 and 30. RGB value is (252,100,48). Sum of RGB (Red+Green+Blue) = 252+100+48=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6430 is #039BCF. Grayscale: #8B8B8B. Windows color (decimal): -236496 or 3171580. OLE color: 3171580.

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

Color convert

RGB25210048-
CMYK00.600.810.01
HSL15.29º97.14%58.82%-
HSV(B)15.29º80.95%98.82%-
XYZ45.2430.026.21-
YUV139.5276.36208.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 12%
R=63%
G=25%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521004800.600.810.0115.2997.1458.82
HexFC643003C511f613b
Octal3741446007412111714173
Binary11111100110010011000001111001010001111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6430; }

 p { color: rgb(252,100,48); }

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

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

 a { background-color: rgb(252,100,48); }

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

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

 span { border-color: rgb(252,100,48); }

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