#FD983C

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

Shades of Neon Carrot #FD983C

Tints of Neon Carrot #FD983C

Color information

#FD983C (or 0xFD983C) is unknown color: approx Neon Carrot. HEX triplet: FD, 98 and 3C. RGB value is (253,152,60). Sum of RGB (Red+Green+Blue) = 253+152+60=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD983C is #0267C3. Grayscale: #ACACAC. Windows color (decimal): -157636 or 3971325. OLE color: 3971325.

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

Color convert

RGB25315260-
CMYK00.400.760.01
HSL28.6º97.97%61.37%-
HSV(B)28.6º76.28%99.22%-
XYZ52.5543.679.93-
YUV171.7164.96185.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 60 (23.83% from 255) = 12.90%
R=54.41%
G=32.69%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531526000.400.760.0128.697.9761.37
HexFD983C0284C11d623d
Octal3752307405011413514275
Binary1111110110011000111100010100010011001111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD983C; }

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

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

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

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

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

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

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

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