Html Css Color HEX #FB9131 Neon Carrot

📋 copy color: '#FB9131'

red 251 ◦ green 145 ◦ blue 49

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

Shades of Neon Carrot #FB9131

Tints of Neon Carrot #FB9131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.58%

 BLUE value IS 49 (19.53% from 255) = 11.01%

R = 56.4%
G = 32.58%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB9131 (or 0xFB9131) is known color: Neon Carrot. HEX triplet: FB, 91 and 31. RGB value is (251,145,49). Sum of RGB (Red+Green+Blue) = 251+145+49=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9131 is #046ECE. Grayscale: #A6A6A6. Windows color (decimal): -290511 or 3248635. OLE color: 3248635.

HSL color Cylindrical-coordinate representation of color #FB9131: hue angle of 28.51º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB9131 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 145 49 -
CMYK 0 0.42 0.80 0.02
HSL 28.51º 0.96% 0.59% -
HSV(B) 28.51º 0.8% 0.98% -
XYZ 50.46 40.98 8.16 -
YUV 165.75 62.12 188.81 -
System Red Green Blue C M Y K H S L
Decimal 251 145 49 0 0.42 0.80 0.02 28.51 0.96 0.59
Hex FB 91 31 0 2A 50 2 1D 60 3B
Octal 373 221 61 0 52 120 2 35 140 73
Binary 11111011 10010001 110001 0 101010 1010000 10 11101 1100000 111011

Color Harmonies of #FB9131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9131

Black with #FB9131

Text Example


Text Example

White with #FB9131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9131; }

 p { color: rgb(251,145,49); }

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

background-color css

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

 a { background-color: rgb(251,145,49); }

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

border-color css

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

 span { border-color: rgb(251,145,49); }

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