Html Css Color HEX #FBC532 Saffron

📋 copy color: '#FBC532'

red 251 ◦ green 197 ◦ blue 50

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

Shades of Saffron #FBC532

Tints of Saffron #FBC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.56%

 BLUE value IS 50 (19.92% from 255) = 10.04%

R = 50.4%
G = 39.56%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBC532 (or 0xFBC532) is known color: Saffron. HEX triplet: FB, C5 and 32. RGB value is (251,197,50). Sum of RGB (Red+Green+Blue) = 251+197+50=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 50 (19.92% from 255 or 10.04% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC532 is #043ACD. Grayscale: #C5C5C5. Windows color (decimal): -277198 or 3327483. OLE color: 3327483.

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

Color convert

RGB 251 197 50 -
CMYK 0 0.22 0.80 0.02
HSL 43.88º 0.96% 0.59% -
HSV(B) 43.88º 0.8% 0.98% -
XYZ 60.33 60.67 11.55 -
YUV 196.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 251 197 50 0 0.22 0.80 0.02 43.88 0.96 0.59
Hex FB C5 32 0 16 50 2 2C 60 3B
Octal 373 305 62 0 26 120 2 54 140 73
Binary 11111011 11000101 110010 0 10110 1010000 10 101100 1100000 111011

Color Harmonies of #FBC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC532

Black with #FBC532

Text Example


Text Example

White with #FBC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC532; }

 p { color: rgb(251,197,50); }

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

background-color css

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

 a { background-color: rgb(251,197,50); }

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

border-color css

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

 span { border-color: rgb(251,197,50); }

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