#FB9235

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

Shades of Neon Carrot #FB9235

Tints of Neon Carrot #FB9235

Color information

#FB9235 (or 0xFB9235) is unknown color: approx Neon Carrot. HEX triplet: FB, 92 and 35. RGB value is (251,146,53). Sum of RGB (Red+Green+Blue) = 251+146+53=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9235 is #046DCA. Grayscale: #A7A7A7. Windows color (decimal): -290251 or 3511035. OLE color: 3511035.

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

Color convert

RGB25114653-
CMYK00.420.790.02
HSL28.18º96.12%59.61%-
HSV(B)28.18º78.88%98.43%-
XYZ50.7141.328.67-
YUV166.7963.79188.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.78%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 53 (21.09% from 255) = 11.78%
R=55.78%
G=32.44%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511465300.420.790.0228.1896.1259.61
HexFB923502A4F21c603c
Octal3732226505211723414074
Binary11111011100100101101010101010100111110111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9235; }

 p { color: rgb(251,146,53); }

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

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

 a { background-color: rgb(251,146,53); }

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

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

 span { border-color: rgb(251,146,53); }

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