#FD8C32

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

Shades of Neon Carrot #FD8C32

Tints of Neon Carrot #FD8C32

Color information

#FD8C32 (or 0xFD8C32) is unknown color: approx Neon Carrot. HEX triplet: FD, 8C and 32. RGB value is (253,140,50). Sum of RGB (Red+Green+Blue) = 253+140+50=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C32 is #0273CD. Grayscale: #A4A4A4. Windows color (decimal): -160718 or 3312893. OLE color: 3312893.

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

Color convert

RGB25314050-
CMYK00.450.800.01
HSL26.6º98.07%59.41%-
HSV(B)26.6º80.24%99.22%-
XYZ50.4639.878.05-
YUV163.5363.94191.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.11%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 50 (19.92% from 255) = 11.29%
R=57.11%
G=31.60%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531405000.450.800.0126.698.0759.41
HexFD8C3202D5011b623b
Octal3752146205512013314273
Binary1111110110001100110010010110110100001110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C32; }

 p { color: rgb(253,140,50); }

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

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

 a { background-color: rgb(253,140,50); }

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

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

 span { border-color: rgb(253,140,50); }

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