#FE9B3C

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

Shades of Neon Carrot #FE9B3C

Tints of Neon Carrot #FE9B3C

Color information

#FE9B3C (or 0xFE9B3C) is unknown color: approx Neon Carrot. HEX triplet: FE, 9B and 3C. RGB value is (254,155,60). Sum of RGB (Red+Green+Blue) = 254+155+60=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9B3C is #0164C3. Grayscale: #AEAEAE. Windows color (decimal): -91332 or 3972094. OLE color: 3972094.

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

Color convert

RGB25415560-
CMYK00.390.760.00
HSL29.38º98.98%61.57%-
HSV(B)29.38º76.38%99.61%-
XYZ53.4144.8410.11-
YUV173.7763.8185.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.16%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 60 (23.83% from 255) = 12.79%
R=54.16%
G=33.05%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541556000.390.760.0029.3898.9861.57
HexFE9B3C0274C01d633e
Octal3762337404711403514376
Binary1111111010011011111100010011110011000111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9B3C; }

 p { color: rgb(254,155,60); }

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

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

 a { background-color: rgb(254,155,60); }

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

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

 span { border-color: rgb(254,155,60); }

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