#FF9932

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

Shades of Neon Carrot #FF9932

Tints of Neon Carrot #FF9932

Color information

#FF9932 (or 0xFF9932) is unknown color: approx Neon Carrot. HEX triplet: FF, 99 and 32. RGB value is (255,153,50). Sum of RGB (Red+Green+Blue) = 255+153+50=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9932 is #0066CD. Grayscale: #ACACAC. Windows color (decimal): -26318 or 3316223. OLE color: 3316223.

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

Color convert

RGB25515350-
CMYK00.40.800
HSL30.15º100%59.8%-
HSV(B)30.15º80.39%100%-
XYZ53.2144.278.76-
YUV171.7659.29187.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 50 (19.92% from 255) = 10.92%
R=55.68%
G=33.41%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551535000.40.80030.1510059.8
HexFF99320285001e643c
Octal3772316205012003614474
Binary1111111110011001110010010100010100000111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9932; }

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

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

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

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

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

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

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

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