Html Css Color HEX #FBC326 Saffron

📋 copy color: '#FBC326'

red 251 ◦ green 195 ◦ blue 38

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

Shades of Saffron #FBC326

Tints of Saffron #FBC326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.85%

R = 51.86%
G = 40.29%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBC326 (or 0xFBC326) is known color: Saffron. HEX triplet: FB, C3 and 26. RGB value is (251,195,38). Sum of RGB (Red+Green+Blue) = 251+195+38=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC326 is #043CD9. Grayscale: #C2C2C2. Windows color (decimal): -277722 or 2540539. OLE color: 2540539.

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

Color convert

RGB 251 195 38 -
CMYK 0 0.22 0.85 0.02
HSL 44.23º 0.96% 0.57% -
HSV(B) 44.23º 0.85% 0.98% -
XYZ 59.65 59.68 10.21 -
YUV 193.85 40.05 168.77 -
System Red Green Blue C M Y K H S L
Decimal 251 195 38 0 0.22 0.85 0.02 44.23 0.96 0.57
Hex FB C3 26 0 16 55 2 2C 60 39
Octal 373 303 46 0 26 125 2 54 140 71
Binary 11111011 11000011 100110 0 10110 1010101 10 101100 1100000 111001

Color Harmonies of #FBC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC326

Black with #FBC326

Text Example


Text Example

White with #FBC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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