Html Css Color HEX #FBC131 Saffron

📋 copy color: '#FBC131'

red 251 ◦ green 193 ◦ blue 49

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

Shades of Saffron #FBC131

Tints of Saffron #FBC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

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

R = 50.91%
G = 39.15%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBC131 (or 0xFBC131) is known color: Saffron. HEX triplet: FB, C1 and 31. RGB value is (251,193,49). Sum of RGB (Red+Green+Blue) = 251+193+49=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC131 is #043ECE. Grayscale: #C2C2C2. Windows color (decimal): -278223 or 3260923. OLE color: 3260923.

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

Color convert

RGB 251 193 49 -
CMYK 0 0.23 0.80 0.02
HSL 42.77º 0.96% 0.59% -
HSV(B) 42.77º 0.8% 0.98% -
XYZ 59.41 58.87 11.14 -
YUV 193.93 46.22 168.71 -
System Red Green Blue C M Y K H S L
Decimal 251 193 49 0 0.23 0.80 0.02 42.77 0.96 0.59
Hex FB C1 31 0 17 50 2 2B 60 3B
Octal 373 301 61 0 27 120 2 53 140 73
Binary 11111011 11000001 110001 0 10111 1010000 10 101011 1100000 111011

Color Harmonies of #FBC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC131

Black with #FBC131

Text Example


Text Example

White with #FBC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC131; }

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

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

background-color css

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

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

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

border-color css

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

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

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