#FDA03C

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

Shades of Neon Carrot #FDA03C

Tints of Neon Carrot #FDA03C

Color information

#FDA03C (or 0xFDA03C) is unknown color: approx Neon Carrot. HEX triplet: FD, A0 and 3C. RGB value is (253,160,60). Sum of RGB (Red+Green+Blue) = 253+160+60=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA03C is #025FC3. Grayscale: #B0B0B0. Windows color (decimal): -155588 or 3973373. OLE color: 3973373.

HSL color Cylindrical-coordinate representation of color #FDA03C: hue angle of 31.09º 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 #FDA03C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB25316060-
CMYK00.370.760.01
HSL31.09º97.97%61.37%-
HSV(B)31.09º76.28%99.22%-
XYZ53.8946.3510.38-
YUV176.4162.31182.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.49%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 60 (23.83% from 255) = 12.68%
R=53.49%
G=33.83%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531606000.370.760.0131.0997.9761.37
HexFDA03C0254C11f623d
Octal3752407404511413714275
Binary1111110110100000111100010010110011001111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA03C; }

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

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

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

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

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

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

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

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