Html Css Color HEX #FB952B Neon Carrot

📋 copy color: '#FB952B'

red 251 ◦ green 149 ◦ blue 43

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

Shades of Neon Carrot #FB952B

Tints of Neon Carrot #FB952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.71%

R = 56.66%
G = 33.63%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB952B (or 0xFB952B) is known color: Neon Carrot. HEX triplet: FB, 95 and 2B. RGB value is (251,149,43). Sum of RGB (Red+Green+Blue) = 251+149+43=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB952B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB952B is #046AD4. Grayscale: #A7A7A7. Windows color (decimal): -289493 or 2856443. OLE color: 2856443.

HSL color Cylindrical-coordinate representation of color #FB952B: 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.83%. Process color model (Four color, CMYK) of #FB952B is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 149 43 -
CMYK 0 0.41 0.83 0.02
HSL 30.58º 0.96% 0.58% -
HSV(B) 30.58º 0.83% 0.98% -
XYZ 50.97 42.18 7.74 -
YUV 167.41 57.79 187.62 -
System Red Green Blue C M Y K H S L
Decimal 251 149 43 0 0.41 0.83 0.02 30.58 0.96 0.58
Hex FB 95 2B 0 29 53 2 1F 60 3A
Octal 373 225 53 0 51 123 2 37 140 72
Binary 11111011 10010101 101011 0 101001 1010011 10 11111 1100000 111010

Color Harmonies of #FB952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB952B

Black with #FB952B

Text Example


Text Example

White with #FB952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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