#FE972B

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

Shades of Neon Carrot #FE972B

Tints of Neon Carrot #FE972B

Color information

#FE972B (or 0xFE972B) is unknown color: approx Neon Carrot. HEX triplet: FE, 97 and 2B. RGB value is (254,151,43). Sum of RGB (Red+Green+Blue) = 254+151+43=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE972B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE972B is #0168D4. Grayscale: #AAAAAA. Windows color (decimal): -92373 or 2856958. OLE color: 2856958.

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

Color convert

RGB25415143-
CMYK00.410.830.00
HSL30.71º99.06%58.24%-
HSV(B)30.71º83.07%99.61%-
XYZ52.3843.387.9-
YUV169.4856.62188.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 43 (17.19% from 255) = 9.60%
R=56.70%
G=33.71%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541514300.410.830.0030.7199.0658.24
HexFE972B0295301f633a
Octal3762275305112303714372
Binary1111111010010111101011010100110100110111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE972B; }

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

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

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

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

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

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

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

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