#FB9B3D

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

Shades of Neon Carrot #FB9B3D

Tints of Neon Carrot #FB9B3D

Color information

#FB9B3D (or 0xFB9B3D) is unknown color: approx Neon Carrot. HEX triplet: FB, 9B and 3D. RGB value is (251,155,61). Sum of RGB (Red+Green+Blue) = 251+155+61=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9B3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9B3D is #0464C2. Grayscale: #ADADAD. Windows color (decimal): -287939 or 4037627. OLE color: 4037627.

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

Color convert

RGB25115561-
CMYK00.380.760.02
HSL29.68º95.96%61.18%-
HSV(B)29.68º75.7%98.43%-
XYZ52.3544.2910.2-
YUV172.9964.8183.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.75%
GREEN value IS 155 (60.94% from 255) = 33.19%
BLUE value IS 61 (24.22% from 255) = 13.06%
R=53.75%
G=33.19%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511556100.380.760.0229.6895.9661.18
HexFB9B3D0264C21e603d
Octal3732337504611423614075
Binary11111011100110111111010100110100110010111101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9B3D; }

 p { color: rgb(251,155,61); }

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

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

 a { background-color: rgb(251,155,61); }

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

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

 span { border-color: rgb(251,155,61); }

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