#FE992B

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

Shades of Neon Carrot #FE992B

Tints of Neon Carrot #FE992B

Color information

#FE992B (or 0xFE992B) is unknown color: approx Neon Carrot. HEX triplet: FE, 99 and 2B. RGB value is (254,153,43). Sum of RGB (Red+Green+Blue) = 254+153+43=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE992B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE992B is #0166D4. Grayscale: #ABABAB. Windows color (decimal): -91861 or 2857470. OLE color: 2857470.

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

Color convert

RGB25415343-
CMYK00.400.830.00
HSL31.28º99.06%58.24%-
HSV(B)31.28º83.07%99.61%-
XYZ52.744.038.01-
YUV170.6655.96187.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.44%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 43 (17.19% from 255) = 9.56%
R=56.44%
G=34%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541534300.400.830.0031.2899.0658.24
HexFE992B0285301f633a
Octal3762315305012303714372
Binary1111111010011001101011010100010100110111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE992B; }

 p { color: rgb(254,153,43); }

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

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

 a { background-color: rgb(254,153,43); }

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

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

 span { border-color: rgb(254,153,43); }

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