#FD8F28

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

Shades of Neon Carrot #FD8F28

Tints of Neon Carrot #FD8F28

Color information

#FD8F28 (or 0xFD8F28) is unknown color: approx Neon Carrot. HEX triplet: FD, 8F and 28. RGB value is (253,143,40). Sum of RGB (Red+Green+Blue) = 253+143+40=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8F28 is #0270D7. Grayscale: #A4A4A4. Windows color (decimal): -159960 or 2658301. OLE color: 2658301.

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

Color convert

RGB25314340-
CMYK00.430.840.01
HSL29.01º98.16%57.45%-
HSV(B)29.01º84.19%99.22%-
XYZ50.7140.687.19-
YUV164.1557.94191.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.03%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 40 (16.02% from 255) = 9.17%
R=58.03%
G=32.80%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531434000.430.840.0129.0198.1657.45
HexFD8F2802B5411d6239
Octal3752175005312413514271
Binary1111110110001111101000010101110101001111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8F28; }

 p { color: rgb(253,143,40); }

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

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

 a { background-color: rgb(253,143,40); }

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

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

 span { border-color: rgb(253,143,40); }

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