#FF8932

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

Shades of Neon Carrot #FF8932

Tints of Neon Carrot #FF8932

Color information

#FF8932 (or 0xFF8932) is unknown color: approx Neon Carrot. HEX triplet: FF, 89 and 32. RGB value is (255,137,50). Sum of RGB (Red+Green+Blue) = 255+137+50=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8932 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8932 is #0076CD. Grayscale: #A2A2A2. Windows color (decimal): -30414 or 3312127. OLE color: 3312127.

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

Color convert

RGB25513750-
CMYK00.460.800
HSL25.46º100%59.8%-
HSV(B)25.46º80.39%100%-
XYZ50.7639.387.94-
YUV162.3664.59194.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 50 (19.92% from 255) = 11.31%
R=57.69%
G=31.00%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551375000.460.80025.4610059.8
HexFF893202E50019643c
Octal3772116205612003114474
Binary1111111110001001110010010111010100000110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8932; }

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

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

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

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

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

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

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

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