#FF9E35

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

Shades of Neon Carrot #FF9E35

Tints of Neon Carrot #FF9E35

Color information

#FF9E35 (or 0xFF9E35) is unknown color: approx Neon Carrot. HEX triplet: FF, 9E and 35. RGB value is (255,158,53). Sum of RGB (Red+Green+Blue) = 255+158+53=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E35 is #0061CA. Grayscale: #AFAFAF. Windows color (decimal): -25035 or 3514111. OLE color: 3514111.

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

Color convert

RGB25515853-
CMYK00.380.790
HSL31.19º100%60.39%-
HSV(B)31.19º79.22%100%-
XYZ54.1145.979.39-
YUV175.0359.14185.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.72%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 53 (21.09% from 255) = 11.37%
R=54.72%
G=33.91%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551585300.380.79031.1910060.39
HexFF9E350264F01f643c
Octal3772366504611703714474
Binary1111111110011110110101010011010011110111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E35; }

 p { color: rgb(255,158,53); }

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

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

 a { background-color: rgb(255,158,53); }

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

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

 span { border-color: rgb(255,158,53); }

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