#FE9A2F

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

Shades of Neon Carrot #FE9A2F

Tints of Neon Carrot #FE9A2F

Color information

#FE9A2F (or 0xFE9A2F) is unknown color: approx Neon Carrot. HEX triplet: FE, 9A and 2F. RGB value is (254,154,47). Sum of RGB (Red+Green+Blue) = 254+154+47=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A2F is #0165D0. Grayscale: #ACACAC. Windows color (decimal): -91601 or 3119870. OLE color: 3119870.

HSL color Cylindrical-coordinate representation of color #FE9A2F: hue angle of 31.01º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE9A2F is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB25415447-
CMYK00.390.810.00
HSL31.01º99.04%59.02%-
HSV(B)31.01º81.5%99.61%-
XYZ52.9444.398.47-
YUV171.757.63186.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.82%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 47 (18.75% from 255) = 10.33%
R=55.82%
G=33.85%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541544700.390.810.0031.0199.0459.02
HexFE9A2F0275101f633b
Octal3762325704712103714373
Binary1111111010011010101111010011110100010111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9A2F; }

 p { color: rgb(254,154,47); }

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

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

 a { background-color: rgb(254,154,47); }

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

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

 span { border-color: rgb(254,154,47); }

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