Html Css Color HEX #FB962D Neon Carrot

📋 copy color: '#FB962D'

red 251 ◦ green 150 ◦ blue 45

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

Shades of Neon Carrot #FB962D

Tints of Neon Carrot #FB962D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.09%

R = 56.28%
G = 33.63%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB962D (or 0xFB962D) is known color: Neon Carrot. HEX triplet: FB, 96 and 2D. RGB value is (251,150,45). Sum of RGB (Red+Green+Blue) = 251+150+45=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB962D is #0469D2. Grayscale: #A8A8A8. Windows color (decimal): -289235 or 2987771. OLE color: 2987771.

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

Color convert

RGB 251 150 45 -
CMYK 0 0.40 0.82 0.02
HSL 30.58º 0.96% 0.58% -
HSV(B) 30.58º 0.82% 0.98% -
XYZ 51.16 42.51 7.99 -
YUV 168.23 58.46 187.04 -
System Red Green Blue C M Y K H S L
Decimal 251 150 45 0 0.40 0.82 0.02 30.58 0.96 0.58
Hex FB 96 2D 0 28 52 2 1F 60 3A
Octal 373 226 55 0 50 122 2 37 140 72
Binary 11111011 10010110 101101 0 101000 1010010 10 11111 1100000 111010

Color Harmonies of #FB962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB962D

Black with #FB962D

Text Example


Text Example

White with #FB962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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