#FC8F35

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

Shades of Neon Carrot #FC8F35

Tints of Neon Carrot #FC8F35

Color information

#FC8F35 (or 0xFC8F35) is unknown color: approx Neon Carrot. HEX triplet: FC, 8F and 35. RGB value is (252,143,53). Sum of RGB (Red+Green+Blue) = 252+143+53=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F35 is #0370CA. Grayscale: #A5A5A5. Windows color (decimal): -225483 or 3510268. OLE color: 3510268.

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

Color convert

RGB25214353-
CMYK00.430.790.01
HSL27.14º97.07%59.8%-
HSV(B)27.14º78.97%98.82%-
XYZ50.6140.68.54-
YUV165.3364.61189.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.25%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 53 (21.09% from 255) = 11.83%
R=56.25%
G=31.92%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521435300.430.790.0127.1497.0759.8
HexFC8F3502B4F11b613c
Octal3742176505311713314174
Binary1111110010001111110101010101110011111110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8F35; }

 p { color: rgb(252,143,53); }

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

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

 a { background-color: rgb(252,143,53); }

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

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

 span { border-color: rgb(252,143,53); }

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