Html Css Color HEX #FBC329 Saffron

📋 copy color: '#FBC329'

red 251 ◦ green 195 ◦ blue 41

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

Shades of Saffron #FBC329

Tints of Saffron #FBC329

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

 BLUE value IS 41 (16.41% from 255) = 8.42%

R = 51.54%
G = 40.04%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBC329 (or 0xFBC329) is known color: Saffron. HEX triplet: FB, C3 and 29. RGB value is (251,195,41). Sum of RGB (Red+Green+Blue) = 251+195+41=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC329 is #043CD6. Grayscale: #C2C2C2. Windows color (decimal): -277719 or 2737147. OLE color: 2737147.

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

Color convert

RGB 251 195 41 -
CMYK 0 0.22 0.84 0.02
HSL 44º 0.96% 0.57% -
HSV(B) 44º 0.84% 0.98% -
XYZ 59.7 59.7 10.47 -
YUV 194.19 41.55 168.52 -
System Red Green Blue C M Y K H S L
Decimal 251 195 41 0 0.22 0.84 0.02 44 0.96 0.57
Hex FB C3 29 0 16 54 2 2C 60 39
Octal 373 303 51 0 26 124 2 54 140 71
Binary 11111011 11000011 101001 0 10110 1010100 10 101100 1100000 111001

Color Harmonies of #FBC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC329

Black with #FBC329

Text Example


Text Example

White with #FBC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC329; }

 p { color: rgb(251,195,41); }

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

background-color css

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

 a { background-color: rgb(251,195,41); }

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

border-color css

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

 span { border-color: rgb(251,195,41); }

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