#FF963A

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

Shades of Neon Carrot #FF963A

Tints of Neon Carrot #FF963A

Color information

#FF963A (or 0xFF963A) is unknown color: approx Neon Carrot. HEX triplet: FF, 96 and 3A. RGB value is (255,150,58). Sum of RGB (Red+Green+Blue) = 255+150+58=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF963A is #0069C5. Grayscale: #ABABAB. Windows color (decimal): -27078 or 3839743. OLE color: 3839743.

HSL color Cylindrical-coordinate representation of color #FF963A: hue angle of 28.02º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF963A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB25515058-
CMYK00.410.770
HSL28.02º100%61.37%-
HSV(B)28.02º77.25%100%-
XYZ52.9143.389.59-
YUV170.9164.29187.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.08%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 58 (23.05% from 255) = 12.53%
R=55.08%
G=32.40%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551505800.410.77028.0210061.37
HexFF963A0294D01c643d
Octal3772267205111503414475
Binary1111111110010110111010010100110011010111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF963A; }

 p { color: rgb(255,150,58); }

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

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

 a { background-color: rgb(255,150,58); }

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

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

 span { border-color: rgb(255,150,58); }

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