Html Css Color HEX #FB953B Neon Carrot

📋 copy color: '#FB953B'

red 251 ◦ green 149 ◦ blue 59

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

Shades of Neon Carrot #FB953B

Tints of Neon Carrot #FB953B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.46%

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

R = 54.68%
G = 32.46%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FB953B (or 0xFB953B) is known color: Neon Carrot. HEX triplet: FB, 95 and 3B. RGB value is (251,149,59). Sum of RGB (Red+Green+Blue) = 251+149+59=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB953B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB953B is #046AC4. Grayscale: #A9A9A9. Windows color (decimal): -289477 or 3905019. OLE color: 3905019.

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

Color convert

RGB 251 149 59 -
CMYK 0 0.41 0.76 0.02
HSL 28.13º 0.96% 0.61% -
HSV(B) 28.13º 0.76% 0.98% -
XYZ 51.32 42.32 9.6 -
YUV 169.24 65.79 186.32 -
System Red Green Blue C M Y K H S L
Decimal 251 149 59 0 0.41 0.76 0.02 28.13 0.96 0.61
Hex FB 95 3B 0 29 4C 2 1C 60 3D
Octal 373 225 73 0 51 114 2 34 140 75
Binary 11111011 10010101 111011 0 101001 1001100 10 11100 1100000 111101

Color Harmonies of #FB953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB953B

Black with #FB953B

Text Example


Text Example

White with #FB953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB953B; }

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

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

background-color css

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

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

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

border-color css

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

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

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