#FB952A

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

Shades of Neon Carrot #FB952A

Tints of Neon Carrot #FB952A

Color information

#FB952A (or 0xFB952A) is unknown color: approx Neon Carrot. HEX triplet: FB, 95 and 2A. RGB value is (251,149,42). Sum of RGB (Red+Green+Blue) = 251+149+42=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB952A is #046AD5. Grayscale: #A7A7A7. Windows color (decimal): -289494 or 2790907. OLE color: 2790907.

HSL color Cylindrical-coordinate representation of color #FB952A: hue angle of 30.72º 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 #FB952A is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB25114942-
CMYK00.410.830.02
HSL30.72º96.31%57.45%-
HSV(B)30.72º83.27%98.43%-
XYZ50.9542.177.65-
YUV167.357.29187.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.79%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 42 (16.80% from 255) = 9.50%
R=56.79%
G=33.71%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511494200.410.830.0230.7296.3157.45
HexFB952A0295321f6039
Octal3732255205112323714071
Binary11111011100101011010100101001101001110111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB952A; }

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

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

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

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

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

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

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

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