Html Css Color HEX #FB963C Neon Carrot

📋 copy color: '#FB963C'

red 251 ◦ green 150 ◦ blue 60

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

Shades of Neon Carrot #FB963C

Tints of Neon Carrot #FB963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.02%

R = 54.45%
G = 32.54%
B = 13.02%

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

#FB963C (or 0xFB963C) is known color: Neon Carrot. HEX triplet: FB, 96 and 3C. RGB value is (251,150,60). Sum of RGB (Red+Green+Blue) = 251+150+60=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB963C is #0469C3. Grayscale: #AAAAAA. Windows color (decimal): -289220 or 3970811. OLE color: 3970811.

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

Color convert

RGB 251 150 60 -
CMYK 0 0.40 0.76 0.02
HSL 28.27º 0.96% 0.61% -
HSV(B) 28.27º 0.76% 0.98% -
XYZ 51.51 42.65 9.79 -
YUV 169.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 251 150 60 0 0.40 0.76 0.02 28.27 0.96 0.61
Hex FB 96 3C 0 28 4C 2 1C 60 3D
Octal 373 226 74 0 50 114 2 34 140 75
Binary 11111011 10010110 111100 0 101000 1001100 10 11100 1100000 111101

Color Harmonies of #FB963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB963C

Black with #FB963C

Text Example


Text Example

White with #FB963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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