#FF9A32

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

Shades of Neon Carrot #FF9A32

Tints of Neon Carrot #FF9A32

Color information

#FF9A32 (or 0xFF9A32) is unknown color: approx Neon Carrot. HEX triplet: FF, 9A and 32. RGB value is (255,154,50). Sum of RGB (Red+Green+Blue) = 255+154+50=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A32 is #0065CD. Grayscale: #ACACAC. Windows color (decimal): -26062 or 3316479. OLE color: 3316479.

HSL color Cylindrical-coordinate representation of color #FF9A32: hue angle of 30.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF9A32 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB25515450-
CMYK00.400.800
HSL30.44º100%59.8%-
HSV(B)30.44º80.39%100%-
XYZ53.3744.68.81-
YUV172.3458.96186.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 50 (19.92% from 255) = 10.89%
R=55.56%
G=33.55%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551545000.400.80030.4410059.8
HexFF9A320285001e643c
Octal3772326205012003614474
Binary1111111110011010110010010100010100000111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A32; }

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

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

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

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

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

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

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

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