#FE942F

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

Shades of Neon Carrot #FE942F

Tints of Neon Carrot #FE942F

Color information

#FE942F (or 0xFE942F) is unknown color: approx Neon Carrot. HEX triplet: FE, 94 and 2F. RGB value is (254,148,47). Sum of RGB (Red+Green+Blue) = 254+148+47=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE942F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE942F is #016BD0. Grayscale: #A8A8A8. Windows color (decimal): -93137 or 3118334. OLE color: 3118334.

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

Color convert

RGB25414847-
CMYK00.420.810.00
HSL29.28º99.04%59.02%-
HSV(B)29.28º81.5%99.61%-
XYZ51.9842.468.14-
YUV168.1859.62189.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.57%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 47 (18.75% from 255) = 10.47%
R=56.57%
G=32.96%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541484700.420.810.0029.2899.0459.02
HexFE942F02A5101d633b
Octal3762245705212103514373
Binary1111111010010100101111010101010100010111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE942F; }

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

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

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

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

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

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

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

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