#FC9A3A

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

Shades of Neon Carrot #FC9A3A

Tints of Neon Carrot #FC9A3A

Color information

#FC9A3A (or 0xFC9A3A) is unknown color: approx Neon Carrot. HEX triplet: FC, 9A and 3A. RGB value is (252,154,58). Sum of RGB (Red+Green+Blue) = 252+154+58=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9A3A is #0365C5. Grayscale: #ACACAC. Windows color (decimal): -222662 or 3840764. OLE color: 3840764.

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

Color convert

RGB25215458-
CMYK00.390.770.01
HSL29.69º97%60.78%-
HSV(B)29.69º76.98%98.82%-
XYZ52.4644.119.75-
YUV172.3663.47184.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.31%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 58 (23.05% from 255) = 12.5%
R=54.31%
G=33.19%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521545800.390.770.0129.699760.78
HexFC9A3A0274D11e613d
Octal3742327204711513614175
Binary1111110010011010111010010011110011011111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A3A; }

 p { color: rgb(252,154,58); }

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

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

 a { background-color: rgb(252,154,58); }

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

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

 span { border-color: rgb(252,154,58); }

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