#FF952E

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

Shades of Neon Carrot #FF952E

Tints of Neon Carrot #FF952E

Color information

#FF952E (or 0xFF952E) is unknown color: approx Neon Carrot. HEX triplet: FF, 95 and 2E. RGB value is (255,149,46). Sum of RGB (Red+Green+Blue) = 255+149+46=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF952E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF952E is #006AD1. Grayscale: #A9A9A9. Windows color (decimal): -27346 or 3053055. OLE color: 3053055.

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

Color convert

RGB25514946-
CMYK00.420.820
HSL29.57º100%59.02%-
HSV(B)29.57º81.96%100%-
XYZ52.4842.958.11-
YUV168.9558.62189.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 46 (18.36% from 255) = 10.22%
R=56.67%
G=33.11%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551494600.420.82029.5710059.02
HexFF952E02A5201e643b
Octal3772255605212203614473
Binary1111111110010101101110010101010100100111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF952E; }

 p { color: rgb(255,149,46); }

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

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

 a { background-color: rgb(255,149,46); }

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

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

 span { border-color: rgb(255,149,46); }

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