#FE963D

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

Shades of Neon Carrot #FE963D

Tints of Neon Carrot #FE963D

Color information

#FE963D (or 0xFE963D) is unknown color: approx Neon Carrot. HEX triplet: FE, 96 and 3D. RGB value is (254,150,61). Sum of RGB (Red+Green+Blue) = 254+150+61=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE963D is #0169C2. Grayscale: #ABABAB. Windows color (decimal): -92611 or 4036350. OLE color: 4036350.

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

Color convert

RGB25415061-
CMYK00.410.760.00
HSL27.67º98.97%61.76%-
HSV(B)27.67º75.98%99.61%-
XYZ52.6243.229.98-
YUV170.9565.96187.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 61 (24.22% from 255) = 13.12%
R=54.62%
G=32.26%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541506100.410.760.0027.6798.9761.76
HexFE963D0294C01c633e
Octal3762267505111403414376
Binary1111111010010110111101010100110011000111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE963D; }

 p { color: rgb(254,150,61); }

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

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

 a { background-color: rgb(254,150,61); }

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

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

 span { border-color: rgb(254,150,61); }

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