Html Css Color HEX #FB963B Neon Carrot

📋 copy color: '#FB963B'

red 251 ◦ green 150 ◦ blue 59

#FB963B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Carrot #FB963B

Tints of Neon Carrot #FB963B

RGB

 RED value IS 251 (98.44% from 255) = 54.57%

 GREEN value IS 150 (58.98% from 255) = 32.61%

 BLUE value IS 59 (23.44% from 255) = 12.83%

R = 54.57%
G = 32.61%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB963B (or 0xFB963B) is known color: Neon Carrot. HEX triplet: FB, 96 and 3B. RGB value is (251,150,59). Sum of RGB (Red+Green+Blue) = 251+150+59=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB963B is #0469C4. Grayscale: #AAAAAA. Windows color (decimal): -289221 or 3905275. OLE color: 3905275.

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

Color convert

RGB 251 150 59 -
CMYK 0 0.40 0.76 0.02
HSL 28.44º 0.96% 0.61% -
HSV(B) 28.44º 0.76% 0.98% -
XYZ 51.48 42.64 9.65 -
YUV 169.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 251 150 59 0 0.40 0.76 0.02 28.44 0.96 0.61
Hex FB 96 3B 0 28 4C 2 1C 60 3D
Octal 373 226 73 0 50 114 2 34 140 75
Binary 11111011 10010110 111011 0 101000 1001100 10 11100 1100000 111101

Color Harmonies of #FB963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB963B

Black with #FB963B

Text Example


Text Example

White with #FB963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB963B; }

 p { color: rgb(251,150,59); }

 H1.HeaderClassName
 {
   color: #FB963B;
 }
 .AnyTagClassName
 {
   color: #FB963B;
 }
</style>

background-color css

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

 a { background-color: rgb(251,150,59); }

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

border-color css

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

 span { border-color: rgb(251,150,59); }

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