#ff9b2e

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

Shades of Neon Carrot #FF9B2E

Tints of Neon Carrot #FF9B2E

Color information

#FF9B2E (or 0xFF9B2E) is unknown color: approx Neon Carrot. HEX triplet: FF, 9B and 2E. RGB value is (255,155,46). Sum of RGB (Red+Green+Blue) = 255+155+46=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B2E is #0064D1. Grayscale: #ADADAD. Windows color (decimal): -25810 or 3054591. OLE color: 3054591.

HSL color Cylindrical-coordinate representation of color #FF9B2E: hue angle of 31.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF9B2E is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB25515546-
CMYK00.390.820
HSL31.29º100%59.02%-
HSV(B)31.29º81.96%100%-
XYZ53.4544.98.43-
YUV172.4756.63186.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.92%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 46 (18.36% from 255) = 10.09%
R=55.92%
G=33.99%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551554600.390.82031.2910059.02
HexFF9B2E0275201f643b
Octal3772335604712203714473
Binary1111111110011011101110010011110100100111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff9b2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff9b2e; }

 p { color: rgb(255,155,46); }

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

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

 a { background-color: rgb(255,155,46); }

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

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

 span { border-color: rgb(255,155,46); }

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