#FF9A2E

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

Shades of Neon Carrot #FF9A2E

Tints of Neon Carrot #FF9A2E

Color information

#FF9A2E (or 0xFF9A2E) is unknown color: approx Neon Carrot. HEX triplet: FF, 9A and 2E. RGB value is (255,154,46). Sum of RGB (Red+Green+Blue) = 255+154+46=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A2E is #0065D1. Grayscale: #ACACAC. Windows color (decimal): -26066 or 3054335. OLE color: 3054335.

HSL color Cylindrical-coordinate representation of color #FF9A2E: hue angle of 31º 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 #FF9A2E is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB25515446-
CMYK00.400.820
HSL31º100%59.02%-
HSV(B)31º81.96%100%-
XYZ53.2944.578.38-
YUV171.8956.96187.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 46 (18.36% from 255) = 10.11%
R=56.04%
G=33.85%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551544600.400.8203110059.02
HexFF9A2E0285201f643b
Octal3772325605012203714473
Binary1111111110011010101110010100010100100111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A2E; }

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

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

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

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

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

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

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

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