#FD8A2C

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

Shades of Neon Carrot #FD8A2C

Tints of Neon Carrot #FD8A2C

Color information

#FD8A2C (or 0xFD8A2C) is unknown color: approx Neon Carrot. HEX triplet: FD, 8A and 2C. RGB value is (253,138,44). Sum of RGB (Red+Green+Blue) = 253+138+44=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8A2C is #0275D3. Grayscale: #A2A2A2. Windows color (decimal): -161236 or 2919165. OLE color: 2919165.

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

Color convert

RGB25313844-
CMYK00.450.830.01
HSL26.99º98.12%58.24%-
HSV(B)26.99º82.61%99.22%-
XYZ50.0539.247.32-
YUV161.6761.6193.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.16%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 44 (17.58% from 255) = 10.11%
R=58.16%
G=31.72%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531384400.450.830.0126.9998.1258.24
HexFD8A2C02D5311b623a
Octal3752125405512313314272
Binary1111110110001010101100010110110100111110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8A2C; }

 p { color: rgb(253,138,44); }

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

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

 a { background-color: rgb(253,138,44); }

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

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

 span { border-color: rgb(253,138,44); }

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