#FD9232

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

Shades of Neon Carrot #FD9232

Tints of Neon Carrot #FD9232

Color information

#FD9232 (or 0xFD9232) is unknown color: approx Neon Carrot. HEX triplet: FD, 92 and 32. RGB value is (253,146,50). Sum of RGB (Red+Green+Blue) = 253+146+50=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9232 is #026DCD. Grayscale: #A7A7A7. Windows color (decimal): -159182 or 3314429. OLE color: 3314429.

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

Color convert

RGB25314650-
CMYK00.420.800.01
HSL28.37º98.07%59.41%-
HSV(B)28.37º80.24%99.22%-
XYZ51.3641.678.35-
YUV167.0561.95189.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.35%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 50 (19.92% from 255) = 11.14%
R=56.35%
G=32.52%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531465000.420.800.0128.3798.0759.41
HexFD923202A5011c623b
Octal3752226205212013414273
Binary1111110110010010110010010101010100001111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9232; }

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

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

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

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

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

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

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

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