#ff9e3c

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

Shades of Neon Carrot #FF9E3C

Tints of Neon Carrot #FF9E3C

Color information

#FF9E3C (or 0xFF9E3C) is unknown color: approx Neon Carrot. HEX triplet: FF, 9E and 3C. RGB value is (255,158,60). Sum of RGB (Red+Green+Blue) = 255+158+60=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E3C is #0061C3. Grayscale: #B0B0B0. Windows color (decimal): -25028 or 3972863. OLE color: 3972863.

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

Color convert

RGB25515860-
CMYK00.380.760
HSL30.15º100%61.76%-
HSV(B)30.15º76.47%100%-
XYZ54.2846.0410.3-
YUV175.8362.64184.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 60 (23.83% from 255) = 12.68%
R=53.91%
G=33.40%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551586000.380.76030.1510061.76
HexFF9E3C0264C01e643e
Octal3772367404611403614476
Binary1111111110011110111100010011010011000111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff9e3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff9e3c; }

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

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

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

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

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

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

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

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