#FD9E3C

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

Shades of Neon Carrot #FD9E3C

Tints of Neon Carrot #FD9E3C

Color information

#FD9E3C (or 0xFD9E3C) is unknown color: approx Neon Carrot. HEX triplet: FD, 9E and 3C. RGB value is (253,158,60). Sum of RGB (Red+Green+Blue) = 253+158+60=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9E3C is #0261C3. Grayscale: #AFAFAF. Windows color (decimal): -156100 or 3972861. OLE color: 3972861.

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

Color convert

RGB25315860-
CMYK00.380.760.01
HSL30.47º97.97%61.37%-
HSV(B)30.47º76.28%99.22%-
XYZ53.5545.6610.27-
YUV175.2362.97183.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 60 (23.83% from 255) = 12.74%
R=53.72%
G=33.55%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531586000.380.760.0130.4797.9761.37
HexFD9E3C0264C11e623d
Octal3752367404611413614275
Binary1111110110011110111100010011010011001111101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9E3C; }

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

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

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

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

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

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

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

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