#FD8C35

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

Shades of Neon Carrot #FD8C35

Tints of Neon Carrot #FD8C35

Color information

#FD8C35 (or 0xFD8C35) is unknown color: approx Neon Carrot. HEX triplet: FD, 8C and 35. RGB value is (253,140,53). Sum of RGB (Red+Green+Blue) = 253+140+53=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C35 is #0273CA. Grayscale: #A4A4A4. Windows color (decimal): -160715 or 3509501. OLE color: 3509501.

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

Color convert

RGB25314053-
CMYK00.450.790.01
HSL26.1º98.04%60%-
HSV(B)26.1º79.05%99.22%-
XYZ50.5339.98.41-
YUV163.8765.44191.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.73%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 53 (21.09% from 255) = 11.88%
R=56.73%
G=31.39%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531405300.450.790.0126.198.0460
HexFD8C3502D4F11a623c
Octal3752146505511713214274
Binary1111110110001100110101010110110011111110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C35; }

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

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

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

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

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

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

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

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