Html Css Color HEX #FBC328 Saffron

📋 copy color: '#FBC328'

red 251 ◦ green 195 ◦ blue 40

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

Shades of Saffron #FBC328

Tints of Saffron #FBC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 51.65%
G = 40.12%
B = 8.23%

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

#FBC328 (or 0xFBC328) is known color: Saffron. HEX triplet: FB, C3 and 28. RGB value is (251,195,40). Sum of RGB (Red+Green+Blue) = 251+195+40=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC328 is #043CD7. Grayscale: #C2C2C2. Windows color (decimal): -277720 or 2671611. OLE color: 2671611.

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

Color convert

RGB 251 195 40 -
CMYK 0 0.22 0.84 0.02
HSL 44.08º 0.96% 0.57% -
HSV(B) 44.08º 0.84% 0.98% -
XYZ 59.68 59.69 10.38 -
YUV 194.07 41.05 168.6 -
System Red Green Blue C M Y K H S L
Decimal 251 195 40 0 0.22 0.84 0.02 44.08 0.96 0.57
Hex FB C3 28 0 16 54 2 2C 60 39
Octal 373 303 50 0 26 124 2 54 140 71
Binary 11111011 11000011 101000 0 10110 1010100 10 101100 1100000 111001

Color Harmonies of #FBC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC328

Black with #FBC328

Text Example


Text Example

White with #FBC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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