#FC9634

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

Shades of Neon Carrot #FC9634

Tints of Neon Carrot #FC9634

Color information

#FC9634 (or 0xFC9634) is unknown color: approx Neon Carrot. HEX triplet: FC, 96 and 34. RGB value is (252,150,52). Sum of RGB (Red+Green+Blue) = 252+150+52=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9634 is #0369CB. Grayscale: #A9A9A9. Windows color (decimal): -223692 or 3446524. OLE color: 3446524.

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

Color convert

RGB25215052-
CMYK00.400.790.01
HSL29.4º97.09%59.61%-
HSV(B)29.4º79.37%98.82%-
XYZ51.6742.768.78-
YUV169.3361.79186.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.51%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 52 (20.70% from 255) = 11.45%
R=55.51%
G=33.04%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521505200.400.790.0129.497.0959.61
HexFC96340284F11d613c
Octal3742266405011713514174
Binary1111110010010110110100010100010011111111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9634; }

 p { color: rgb(252,150,52); }

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

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

 a { background-color: rgb(252,150,52); }

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

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

 span { border-color: rgb(252,150,52); }

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