#FF972D

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

Shades of Neon Carrot #FF972D

Tints of Neon Carrot #FF972D

Color information

#FF972D (or 0xFF972D) is unknown color: approx Neon Carrot. HEX triplet: FF, 97 and 2D. RGB value is (255,151,45). Sum of RGB (Red+Green+Blue) = 255+151+45=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF972D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF972D is #0068D2. Grayscale: #AAAAAA. Windows color (decimal): -26835 or 2988031. OLE color: 2988031.

HSL color Cylindrical-coordinate representation of color #FF972D: hue angle of 30.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF972D is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB25515145-
CMYK00.410.820
HSL30.29º100%58.82%-
HSV(B)30.29º82.35%100%-
XYZ52.7843.588.11-
YUV170.0157.46188.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.54%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 45 (17.97% from 255) = 9.98%
R=56.54%
G=33.48%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551514500.410.82030.2910058.82
HexFF972D0295201e643b
Octal3772275505112203614473
Binary1111111110010111101101010100110100100111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF972D; }

 p { color: rgb(255,151,45); }

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

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

 a { background-color: rgb(255,151,45); }

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

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

 span { border-color: rgb(255,151,45); }

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