#FD9235

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

Shades of Neon Carrot #FD9235

Tints of Neon Carrot #FD9235

Color information

#FD9235 (or 0xFD9235) is unknown color: approx Neon Carrot. HEX triplet: FD, 92 and 35. RGB value is (253,146,53). Sum of RGB (Red+Green+Blue) = 253+146+53=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9235 is #026DCA. Grayscale: #A7A7A7. Windows color (decimal): -159179 or 3511037. OLE color: 3511037.

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

Color convert

RGB25314653-
CMYK00.420.790.01
HSL27.9º98.04%60%-
HSV(B)27.9º79.05%99.22%-
XYZ51.4341.78.71-
YUV167.3963.45189.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.97%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 53 (21.09% from 255) = 11.73%
R=55.97%
G=32.30%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531465300.420.790.0127.998.0460
HexFD923502A4F11c623c
Octal3752226505211713414274
Binary1111110110010010110101010101010011111111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9235; }

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

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

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

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

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

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

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

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