#FB972A

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

Shades of Neon Carrot #FB972A

Tints of Neon Carrot #FB972A

Color information

#FB972A (or 0xFB972A) is unknown color: approx Neon Carrot. HEX triplet: FB, 97 and 2A. RGB value is (251,151,42). Sum of RGB (Red+Green+Blue) = 251+151+42=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB972A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB972A is #0468D5. Grayscale: #A9A9A9. Windows color (decimal): -288982 or 2791419. OLE color: 2791419.

HSL color Cylindrical-coordinate representation of color #FB972A: hue angle of 31.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB972A is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB25115142-
CMYK00.400.830.02
HSL31.29º96.31%57.45%-
HSV(B)31.29º83.27%98.43%-
XYZ51.2742.817.75-
YUV168.4756.63186.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.53%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 42 (16.80% from 255) = 9.46%
R=56.53%
G=34.01%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511514200.400.830.0231.2996.3157.45
HexFB972A0285321f6039
Octal3732275205012323714071
Binary11111011100101111010100101000101001110111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB972A; }

 p { color: rgb(251,151,42); }

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

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

 a { background-color: rgb(251,151,42); }

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

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

 span { border-color: rgb(251,151,42); }

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