#FC972F

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

Shades of Neon Carrot #FC972F

Tints of Neon Carrot #FC972F

Color information

#FC972F (or 0xFC972F) is unknown color: approx Neon Carrot. HEX triplet: FC, 97 and 2F. RGB value is (252,151,47). Sum of RGB (Red+Green+Blue) = 252+151+47=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC972F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC972F is #0368D0. Grayscale: #A9A9A9. Windows color (decimal): -223441 or 3119100. OLE color: 3119100.

HSL color Cylindrical-coordinate representation of color #FC972F: hue angle of 30.44º 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 #FC972F is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB25215147-
CMYK00.400.810.01
HSL30.44º97.16%58.63%-
HSV(B)30.44º81.35%98.82%-
XYZ51.7243.038.27-
YUV169.3458.96186.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 47 (18.75% from 255) = 10.44%
R=56%
G=33.56%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521514700.400.810.0130.4497.1658.63
HexFC972F0285111e613b
Octal3742275705012113614173
Binary1111110010010111101111010100010100011111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC972F; }

 p { color: rgb(252,151,47); }

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

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

 a { background-color: rgb(252,151,47); }

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

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

 span { border-color: rgb(252,151,47); }

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