#FE932F

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

Shades of Neon Carrot #FE932F

Tints of Neon Carrot #FE932F

Color information

#FE932F (or 0xFE932F) is unknown color: approx Neon Carrot. HEX triplet: FE, 93 and 2F. RGB value is (254,147,47). Sum of RGB (Red+Green+Blue) = 254+147+47=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE932F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE932F is #016CD0. Grayscale: #A8A8A8. Windows color (decimal): -93393 or 3118078. OLE color: 3118078.

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

Color convert

RGB25414747-
CMYK00.420.810.00
HSL28.99º99.04%59.02%-
HSV(B)28.99º81.5%99.61%-
XYZ51.8242.148.09-
YUV167.5959.95189.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 47 (18.75% from 255) = 10.49%
R=56.70%
G=32.81%
B=10.49%

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
Decimal2541474700.420.810.0028.9999.0459.02
HexFE932F02A5101d633b
Octal3762235705212103514373
Binary1111111010010011101111010101010100010111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE932F; }

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

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

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

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

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

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

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

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