#FF972C

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

Shades of Neon Carrot #FF972C

Tints of Neon Carrot #FF972C

Color information

#FF972C (or 0xFF972C) is unknown color: approx Neon Carrot. HEX triplet: FF, 97 and 2C. RGB value is (255,151,44). Sum of RGB (Red+Green+Blue) = 255+151+44=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF972C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF972C is #0068D3. Grayscale: #AAAAAA. Windows color (decimal): -26836 or 2922495. OLE color: 2922495.

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

Color convert

RGB25515144-
CMYK00.410.830
HSL30.43º100%58.63%-
HSV(B)30.43º82.75%100%-
XYZ52.7643.588.01-
YUV169.956.96188.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 44 (17.58% from 255) = 9.78%
R=56.67%
G=33.56%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551514400.410.83030.4310058.63
HexFF972C0295301e643b
Octal3772275405112303614473
Binary1111111110010111101100010100110100110111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF972C; }

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

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

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

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

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

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

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

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