#FF8B32

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

Shades of Neon Carrot #FF8B32

Tints of Neon Carrot #FF8B32

Color information

#FF8B32 (or 0xFF8B32) is unknown color: approx Neon Carrot. HEX triplet: FF, 8B and 32. RGB value is (255,139,50). Sum of RGB (Red+Green+Blue) = 255+139+50=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B32 is #0074CD. Grayscale: #A4A4A4. Windows color (decimal): -29902 or 3312639. OLE color: 3312639.

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

Color convert

RGB25513950-
CMYK00.450.800
HSL26.05º100%59.8%-
HSV(B)26.05º80.39%100%-
XYZ51.0539.968.04-
YUV163.5463.93193.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.43%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 50 (19.92% from 255) = 11.26%
R=57.43%
G=31.31%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551395000.450.80026.0510059.8
HexFF8B3202D5001a643c
Octal3772136205512003214474
Binary1111111110001011110010010110110100000110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8B32; }

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

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

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

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

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

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

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

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