#FC902D

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

Shades of Neon Carrot #FC902D

Tints of Neon Carrot #FC902D

Color information

#FC902D (or 0xFC902D) is unknown color: approx Neon Carrot. HEX triplet: FC, 90 and 2D. RGB value is (252,144,45). Sum of RGB (Red+Green+Blue) = 252+144+45=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC902D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC902D is #036FD2. Grayscale: #A5A5A5. Windows color (decimal): -225235 or 2986236. OLE color: 2986236.

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

Color convert

RGB25214445-
CMYK00.430.820.01
HSL28.7º97.18%58.24%-
HSV(B)28.7º82.14%98.82%-
XYZ50.5940.837.7-
YUV165.0160.28190.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.14%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 45 (17.97% from 255) = 10.20%
R=57.14%
G=32.65%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521444500.430.820.0128.797.1858.24
HexFC902D02B5211d613a
Octal3742205505312213514172
Binary1111110010010000101101010101110100101111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC902D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC902D; }

 p { color: rgb(252,144,45); }

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

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

 a { background-color: rgb(252,144,45); }

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

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

 span { border-color: rgb(252,144,45); }

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