#FE942D

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

Shades of Neon Carrot #FE942D

Tints of Neon Carrot #FE942D

Color information

#FE942D (or 0xFE942D) is unknown color: approx Neon Carrot. HEX triplet: FE, 94 and 2D. RGB value is (254,148,45). Sum of RGB (Red+Green+Blue) = 254+148+45=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE942D is #016BD2. Grayscale: #A8A8A8. Windows color (decimal): -93139 or 2987262. OLE color: 2987262.

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

Color convert

RGB25414845-
CMYK00.420.820.00
HSL29.57º99.05%58.63%-
HSV(B)29.57º82.28%99.61%-
XYZ51.9442.447.94-
YUV167.9558.62189.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.82%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 45 (17.97% from 255) = 10.07%
R=56.82%
G=33.11%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541484500.420.820.0029.5799.0558.63
HexFE942D02A5201e633b
Octal3762245505212203614373
Binary1111111010010100101101010101010100100111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE942D; }

 p { color: rgb(254,148,45); }

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

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

 a { background-color: rgb(254,148,45); }

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

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

 span { border-color: rgb(254,148,45); }

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